Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
license_link: https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-
|
4 |
language:
|
5 |
- en
|
6 |
pipeline_tag: text-generation
|
7 |
base_model:
|
8 |
-
- Qwen/Qwen2.5-
|
9 |
tags:
|
10 |
- chat
|
11 |
library_name: transformers
|
12 |
---
|
13 |
|
14 |
-
# Deductive-Reasoning-Qwen-
|
15 |
|
16 |

|
17 |
|
18 |
-
Deductive Reasoning Qwen
|
19 |
|
20 |
Here are some additional resources to check out:
|
21 |
|
22 |
- Blog Post
|
23 |
- [Training Recipe](https://github.com/openpipe/deductive-reasoning)
|
24 |
- [RL Experiments](https://github.com/openpipe/rl-experiments)
|
25 |
-
- [Deductive Reasoning Qwen
|
26 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
license_link: https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-32B/blob/main/LICENSE
|
4 |
language:
|
5 |
- en
|
6 |
pipeline_tag: text-generation
|
7 |
base_model:
|
8 |
+
- Qwen/Qwen2.5-32B-Instruct
|
9 |
tags:
|
10 |
- chat
|
11 |
library_name: transformers
|
12 |
---
|
13 |
|
14 |
+
# Deductive-Reasoning-Qwen-32B
|
15 |
|
16 |

|
17 |
|
18 |
+
Deductive Reasoning Qwen 32B is a reinforcement fine-tune of [Qwen 2.5 32B Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) to solve challenging deduction problems from the [Temporal Clue](https://github.com/bradhilton/temporal-clue) dataset, trained by [OpenPipe](https://openpipe.ai)!
|
19 |
|
20 |
Here are some additional resources to check out:
|
21 |
|
22 |
- Blog Post
|
23 |
- [Training Recipe](https://github.com/openpipe/deductive-reasoning)
|
24 |
- [RL Experiments](https://github.com/openpipe/rl-experiments)
|
25 |
+
- [Deductive Reasoning Qwen 14B](https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-14B)
|
26 |
|