Transformers
PyTorch
English
nielsr HF Staff commited on
Commit
3d4d8ab
·
verified ·
1 Parent(s): c720ef0

Improve model card: add license, pipeline tag and library name

Browse files

This PR improves the model card by adding the following metadata:

- `license: apache-2.0`
- `library_name: transformers`
- `pipeline_tag: text-generation`

This enables the "how to use" button on the top right, and makes the model discoverable at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,7 +3,11 @@ datasets:
3
  - EleutherAI/pile
4
  language:
5
  - en
 
 
 
6
  ---
 
7
  # Model Card
8
 
9
  This model is pretrained Based model.
@@ -40,4 +44,4 @@ Please consider citing this paper if you use our work:
40
  }
41
  ```
42
 
43
- Please reach out to simarora@stanford.edu, eyuboglu@stanford.edu, and mzhang20@stanford.edu with questions.
 
3
  - EleutherAI/pile
4
  language:
5
  - en
6
+ license: apache-2.0
7
+ library_name: transformers
8
+ pipeline_tag: text-generation
9
  ---
10
+
11
  # Model Card
12
 
13
  This model is pretrained Based model.
 
44
  }
45
  ```
46
 
47
+ Please reach out to simarora@stanford.edu, eyuboglu@stanford.edu, and mzhang20@stanford.edu with questions.