End of training
Browse files- README.md +2 -1
- config.json +1 -0
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-Math-1.5B
|
|
|
3 |
library_name: transformers
|
4 |
model_name: Qwen2.5-Math-1.5B-GRPO
|
5 |
tags:
|
@@ -11,7 +12,7 @@ licence: license
|
|
11 |
|
12 |
# Model Card for Qwen2.5-Math-1.5B-GRPO
|
13 |
|
14 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-Math-1.5B](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-Math-1.5B
|
3 |
+
datasets: math
|
4 |
library_name: transformers
|
5 |
model_name: Qwen2.5-Math-1.5B-GRPO
|
6 |
tags:
|
|
|
12 |
|
13 |
# Model Card for Qwen2.5-Math-1.5B-GRPO
|
14 |
|
15 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-Math-1.5B](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B) on the [math](https://huggingface.co/datasets/math) dataset.
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "Qwen/Qwen2.5-Math-1.5B",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
|
|
1 |
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
"_name_or_path": "Qwen/Qwen2.5-Math-1.5B",
|
4 |
"architectures": [
|
5 |
"Qwen2ForCausalLM"
|