Add library_name and pipeline_tag metadata
Browse filesHi! I'm Niels from the Hugging Face community team.
I've updated the model card to include the `library_name: transformers` and `pipeline_tag: text-classification` metadata. I've also added the `arxiv` ID to link this repository to the original research paper.
These tags are important as they:
1. Enable the "Use in Transformers" button on the Hub.
2. Ensure the model appears in the correct task categories (Reward Models are typically documented under text-classification).
3. Link the artifact to its corresponding paper page on Hugging Face.
The existing documentation, usage examples, and citation have been preserved.
README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- openai/summarize_from_feedback
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
| 12 |
# Meta Reward Modeling (MRM)
|
| 13 |
|
| 14 |
## Overview
|
|
@@ -174,4 +176,4 @@ If you use this model or code in your research, please cite:
|
|
| 174 |
|
| 175 |
## License
|
| 176 |
|
| 177 |
-
This model is released under the **MIT License**.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Skywork/Skywork-Reward-V2-Llama-3.1-8B
|
| 4 |
datasets:
|
| 5 |
- openai/summarize_from_feedback
|
| 6 |
+
license: mit
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
library_name: transformers
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
arxiv: 2601.18731
|
| 12 |
---
|
| 13 |
|
|
|
|
| 14 |
# Meta Reward Modeling (MRM)
|
| 15 |
|
| 16 |
## Overview
|
|
|
|
| 176 |
|
| 177 |
## License
|
| 178 |
|
| 179 |
+
This model is released under the **MIT License**.
|