nielsr HF Staff commited on
Commit
16646b1
·
verified ·
1 Parent(s): f73f1b7

Add library_name and update pipeline_tag

Browse files

Hi! 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.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- license: mit
 
3
  language:
4
  - en
 
5
  metrics:
6
  - accuracy
7
- base_model:
8
- - Qwen/Qwen2.5-1.5B-Instruct
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