nielsr HF Staff commited on
Commit
a24b835
·
verified ·
1 Parent(s): 2a099aa

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card, making it easier for others to discover and use this model. It also adds a link to the code.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- license: mit
3
- language:
4
- - en
5
  base_model:
6
  - MAGAer13/mplug-owl2-llama2-7b
 
 
 
 
 
7
  ---
8
 
9
  # DeQA-Score-Mix3
 
1
  ---
 
 
 
2
  base_model:
3
  - MAGAer13/mplug-owl2-llama2-7b
4
+ language:
5
+ - en
6
+ license: mit
7
+ pipeline_tag: image-to-text
8
+ library_name: transformers
9
  ---
10
 
11
  # DeQA-Score-Mix3