Improve model card with metadata and links
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
This model is a checkpoint trained using the Reinforce-Ada framework, as described in the paper [Reinforce-Ada: An Adaptive Sampling Framework for Reinforce-Style LLM Training](https://huggingface.co/papers/2510.04996). It is a `Qwen2ForCausalLM` model (as indicated in `config.json`), specifically a checkpoint from step=400, fine-tuned on the [hard prompt set](https://huggingface.co/datasets/RLHFlow/reinforce_ada_hard_prompt).
|
| 8 |
+
|
| 9 |
+
The official code repository for Reinforce-Ada can be found on [GitHub](https://github.com/RLHFlow/Reinforce-Ada).
|