Add library_name and update pipeline_tag

#1
by nielsr HF Staff - opened
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