Add library_name and update pipeline_tag
Browse filesHi! I'm Niels from the Hugging Face community team.
This PR improves the model card's metadata by adding `library_name: transformers` and updating the `pipeline_tag` to `text-generation`. Since this model uses the `Qwen2ForCausalLM` architecture, these additions will enable the inference widget and make the model more discoverable for users looking for text generation agents.
I've also preserved the existing performance data and citation information from the paper.
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
pipeline_tag: reinforcement-learning
|
| 10 |
tags:
|
| 11 |
- agent
|
| 12 |
- reinforcement-learning
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-1.5B-Instruct
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: mit
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
library_name: transformers
|
|
|
|
| 11 |
tags:
|
| 12 |
- agent
|
| 13 |
- reinforcement-learning
|