End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2-0.5B-Instruct
|
|
|
3 |
library_name: transformers
|
4 |
-
model_name:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- trl
|
@@ -9,9 +10,9 @@ tags:
|
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
-
# Model Card for
|
13 |
|
14 |
-
This model is a fine-tuned version of [Qwen/Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2-0.5B-Instruct
|
3 |
+
datasets: AI-MO/NuminaMath-TIR
|
4 |
library_name: transformers
|
5 |
+
model_name: Qwen2-0.5B-GRPO-NuminaMath
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
- trl
|
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
13 |
+
# Model Card for Qwen2-0.5B-GRPO-NuminaMath
|
14 |
|
15 |
+
This model is a fine-tuned version of [Qwen/Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct) on the [AI-MO/NuminaMath-TIR](https://huggingface.co/datasets/AI-MO/NuminaMath-TIR) dataset.
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|