Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
datasets:
|
| 3 |
- yolay/RAIF-ComplexInstruction-Qwen
|
| 4 |
library_name: transformers
|
| 5 |
-
license: apache-2.0
|
| 6 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
This model is the official implementation of the paper "[Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models](https://arxiv.org/abs/2506.01413)". Code and data are available at [https://github.com/yuleiqin/RAIF](https://github.com/yuleiqin/RAIF).
|
|
|
|
| 2 |
datasets:
|
| 3 |
- yolay/RAIF-ComplexInstruction-Qwen
|
| 4 |
library_name: transformers
|
|
|
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
+
base_model:
|
| 7 |
+
- Qwen/Qwen2.5-1.5B-Instruct
|
| 8 |
---
|
| 9 |
|
| 10 |
This model is the official implementation of the paper "[Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models](https://arxiv.org/abs/2506.01413)". Code and data are available at [https://github.com/yuleiqin/RAIF](https://github.com/yuleiqin/RAIF).
|