nielsr HF Staff commited on
Commit
bd022a0
·
verified ·
1 Parent(s): f0c7071

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'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.

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
+ pipeline_tag: text-generation
10
+ library_name: transformers
 
11
  tags:
12
  - agent
13
  - reinforcement-learning