nielsr HF Staff commited on
Commit
b6b86ca
·
verified ·
1 Parent(s): 4fa9e62

Add `library_name: transformers` to metadata

Browse files

This PR adds the `library_name: transformers` tag to the model card's YAML metadata. This will enable the automatic display of a "How to use" widget on the model page, providing users with a convenient code snippet for getting started with the model using the Hugging Face `transformers` library.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- license: apache-2.0
3
- pipeline_tag: image-text-to-text
4
  base_model:
5
  - internlm/Intern-S1
 
 
 
6
  ---
7
 
8
-
9
  ## Intern-S1
10
 
11
 
 
1
  ---
 
 
2
  base_model:
3
  - internlm/Intern-S1
4
+ license: apache-2.0
5
+ pipeline_tag: image-text-to-text
6
+ library_name: transformers
7
  ---
8
 
 
9
  ## Intern-S1
10
 
11