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