Add library_name and update pipeline_tag
Browse filesHi! I'm Niels from the Hugging Face community team.
This PR improves the model card for SPARK by:
- Adding `library_name: transformers` to the metadata, as the model uses the Qwen2 architecture and is compatible with the Transformers library.
- Updating the `pipeline_tag` to `text-generation` to ensure the correct inference widget is displayed and to improve discoverability within the language model category.
These changes help users better interact with your model on the Hub.
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 |
+
library_name: transformers
|
| 10 |
+
pipeline_tag: text-generation
|
|
|
|
| 11 |
tags:
|
| 12 |
- agent
|
| 13 |
- reinforcement-learning
|