nielsr HF staff commited on
Commit
9b665ef
·
verified ·
1 Parent(s): 857956c

Add pipeline tag and license

Browse files

This PR improves the model card by adding the `pipeline_tag` and `license` metadata. The `pipeline_tag` is set to `text-to-image`, enabling users to easily discover this model when searching for text-to-image models on the Hub. The license is added based on the information found in the Github README. A link to the GitHub repository is also included to give users access to the code and more detailed information about the model.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  library_name: transformers
 
3
  tags: []
 
4
  ---
5
 
6
  # Model Card for Ti*k*Zero+ (10b)
 
1
  ---
2
  library_name: transformers
3
+ pipeline_tag: text-to-image
4
  tags: []
5
+ license: apache-2.0
6
  ---
7
 
8
  # Model Card for Ti*k*Zero+ (10b)