Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,33 @@
|
|
1 |
---
|
2 |
base_model: unsloth/Qwen2.5-3B-Instruct
|
|
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
-
- qwen2
|
8 |
- trl
|
9 |
- sft
|
10 |
-
|
|
|
11 |
language:
|
12 |
- en
|
13 |
---
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
-
-
|
18 |
-
- **License:** apache-2.0
|
19 |
-
- **Finetuned from model :** unsloth/Qwen2.5-3B-Instruct
|
20 |
|
21 |
-
This
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
1 |
---
|
2 |
base_model: unsloth/Qwen2.5-3B-Instruct
|
3 |
+
datasets:
|
4 |
+
- open-r1/OpenR1-Math-220k
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
+
- qwen2.5
|
10 |
- trl
|
11 |
- sft
|
12 |
+
license_name: qwen-research
|
13 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/blob/main/LICENSE
|
14 |
language:
|
15 |
- en
|
16 |
---
|
17 |
|
18 |
+
<picture>
|
19 |
+
<img alt="image" src="https://huggingface.co/tensopolis/assets/resolve/main/logo_512.png">
|
20 |
+
</picture>
|
21 |
|
22 |
+
## qwen2.5-3b-or1-tensopolis
|
|
|
|
|
23 |
|
24 |
+
This model is a **reasoning** fine-tune of unsloth/**Qwen2.5-3B-Instruct**. Trained in **1xA100** for about **50 hours**. Please refer to the base model and dataset for more information about license, prompt format, etc.
|
25 |
+
|
26 |
+
Base model: [**Qwen/Qwen2.5-3B-Instruct**](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct)
|
27 |
+
|
28 |
+
Dataset: [**open-r1/OpenR1-Math-220k**](https://huggingface.co/datasets/open-r1/OpenR1-Math-220k)
|
29 |
+
|
30 |
+
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
31 |
|
32 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
33 |
+
|