nielsr HF staff commited on
Commit
ec6abcd
verified
1 Parent(s): 270c567

Add library name, pipeline tag, and improve usage

Browse files

This PR adds the `library_name` (Transformers) and `pipeline_tag` (question-answering) to the model card, which is important metadata to ensure proper discoverability. Also, the full system prompt has been added to the model card.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-32B
 
 
 
5
  ---
6
 
7
  # OREAL-32B-SFT
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen2.5-32B
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ pipeline_tag: question-answering
7
  ---
8
 
9
  # OREAL-32B-SFT