Text Generation
PyTorch
Safetensors
English
gpt2

Add `library_name` to metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,15 +1,17 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - databricks/databricks-dolly-15k
5
  language:
6
  - en
 
7
  metrics:
8
  - rouge
9
- base_model:
10
- - openai-community/gpt2-large
11
  pipeline_tag: text-generation
 
12
  ---
 
13
  # SFT-gpt2-760M
14
 
15
  [paper](https://arxiv.org/abs/2306.08543) | [code](https://github.com/microsoft/LMOps/tree/main/minillm)
@@ -30,5 +32,4 @@ It is used as a baseline for [MiniLLM](https://huggingface.co/MiniLLM/MiniLLM-gp
30
  author={Gu, Yuxian and Dong, Li and Wei, Furu and Huang, Minlie},
31
  booktitle={Proceedings of ICLR},
32
  year={2024}
33
- }
34
- ```
 
1
  ---
2
+ base_model:
3
+ - openai-community/gpt2-large
4
  datasets:
5
  - databricks/databricks-dolly-15k
6
  language:
7
  - en
8
+ license: apache-2.0
9
  metrics:
10
  - rouge
 
 
11
  pipeline_tag: text-generation
12
+ library_name: transformers
13
  ---
14
+
15
  # SFT-gpt2-760M
16
 
17
  [paper](https://arxiv.org/abs/2306.08543) | [code](https://github.com/microsoft/LMOps/tree/main/minillm)
 
32
  author={Gu, Yuxian and Dong, Li and Wei, Furu and Huang, Minlie},
33
  booktitle={Proceedings of ICLR},
34
  year={2024}
35
+ }