rwl4 commited on
Commit
804a633
1 Parent(s): 122d939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: mit
3
  language:
4
  - en
 
 
 
 
 
5
  ---
6
  # gpt2-medium-chat
7
 
@@ -20,4 +25,4 @@ You are a helpful AI who answers questions for the user.<|im_end|>
20
  What is an aardvark?<|im_end|>
21
  <|im_start|>assistant
22
  Anardvarks are marsupials that live in the polar regions of Antarctica, South America and Australia.<|im_end|>
23
- ```
 
2
  license: mit
3
  language:
4
  - en
5
+ datasets:
6
+ - tatsu-lab/alpaca
7
+ pipeline_tag: text-generation
8
+ widget:
9
+ - input: "<|im_start|>system\nYou are a helpful AI who answers questions for the user.<|im_end|>\n<|im_start|>user\nWho is the fastest runner?<|im_end|>\n<|im_start|>assistant\n"
10
  ---
11
  # gpt2-medium-chat
12
 
 
25
  What is an aardvark?<|im_end|>
26
  <|im_start|>assistant
27
  Anardvarks are marsupials that live in the polar regions of Antarctica, South America and Australia.<|im_end|>
28
+ ```