Improve language tag (#4)
Browse files- Improve language tag (4f26782a6700f86b71db029f2ac89b83f47cbe37)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,27 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
license_link: https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-14B/blob/main/LICENSE
|
4 |
-
language:
|
5 |
-
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
license_link: https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-14B/blob/main/LICENSE
|
4 |
+
language:
|
5 |
+
- zho
|
6 |
+
- eng
|
7 |
+
- fra
|
8 |
+
- spa
|
9 |
+
- por
|
10 |
+
- deu
|
11 |
+
- ita
|
12 |
+
- rus
|
13 |
+
- jpn
|
14 |
+
- kor
|
15 |
+
- vie
|
16 |
+
- tha
|
17 |
+
- ara
|
18 |
+
pipeline_tag: text-generation
|
19 |
+
base_model:
|
20 |
+
- Qwen/Qwen2.5-14B-Instruct
|
21 |
+
tags:
|
22 |
+
- chat
|
23 |
+
library_name: transformers
|
24 |
+
---
|
25 |
+
|
26 |
+
# Deductive-Reasoning-Qwen-14B
|
27 |
+
|
28 |
+

|
29 |
+
|
30 |
+
Deductive Reasoning Qwen 14B is a reinforcement fine-tune of [Qwen 2.5 14B Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) to solve challenging deduction problems from the [Temporal Clue](https://github.com/bradhilton/temporal-clue) dataset, trained by [OpenPipe](https://openpipe.ai)!
|
31 |
+
|
32 |
+
Here are some additional resources to check out:
|
33 |
+
|
34 |
+
- [Blog Post](https://openpipe.ai/blog/using-grpo-to-beat-o1-o3-mini-and-r1-on-temporal-clue)
|
35 |
+
- [Training Recipe](https://github.com/openpipe/deductive-reasoning)
|
36 |
+
- [RL Experiments](https://github.com/openpipe/rl-experiments)
|
37 |
+
- [Deductive Reasoning Qwen 32B](https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-32B)
|
38 |
+
|
39 |
+
If you're interested in training your own models with reinforcement learning or just chatting, feel free to [reach out](https://openpipe.ai/contact) or email Kyle directly at [email protected]!
|