add metadata
#3
by
nickname100231
- opened
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- Qwen/Qwen2.5-32B-Instruct
|
|
|
|
|
5 |
---
|
6 |
# Light-R1: Surpassing R1-Distill from Scratch\* with \$1000 through Curriculum SFT & DPO
|
7 |
|
@@ -126,4 +128,4 @@ Training data are collected from various public sources.
|
|
126 |
archivePrefix={},
|
127 |
url={https://github.com/Qihoo360/Light-R1},
|
128 |
}
|
129 |
-
```
|
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- Qwen/Qwen2.5-32B-Instruct
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
# Light-R1: Surpassing R1-Distill from Scratch\* with \$1000 through Curriculum SFT & DPO
|
9 |
|
|
|
128 |
archivePrefix={},
|
129 |
url={https://github.com/Qihoo360/Light-R1},
|
130 |
}
|
131 |
+
```
|