NewBreaker commited on
Commit
e495326
1 Parent(s): 1d9cf1b
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -2,9 +2,9 @@
2
 
3
  license: openrail
4
  datasets:
5
- - humarin/chatgpt-paraphrases
6
  language:
7
- - en
8
  library_name: transformers
9
  inference:
10
  parameters:
@@ -17,16 +17,17 @@ inference:
17
  temperature: 0.7
18
  max_length: 128
19
  widget:
20
- - text: What are the best places to see in New York?
21
- example_title: New York tourist attractions
22
- - text: When should I go to the doctor?
23
- example_title: Doctor's time
24
- - text: >-
25
- Rammstein's album Mutter was recorded in the south of France in May and
26
- June 2000, and mixed in Stockholm in October of that year.
27
- example_title: Rammstein's album Mutter
28
  pipeline_tag: text2text-generation
29
 
 
30
  ---
31
 
32
 
 
2
 
3
  license: openrail
4
  datasets:
5
+ - humarin/chatgpt-paraphrases
6
  language:
7
+ - en
8
  library_name: transformers
9
  inference:
10
  parameters:
 
17
  temperature: 0.7
18
  max_length: 128
19
  widget:
20
+ - text: What are the best places to see in New York?
21
+ example_title: New York tourist attractions
22
+ - text: When should I go to the doctor?
23
+ example_title: Doctor's time
24
+ - text: >-
25
+ Rammstein's album Mutter was recorded in the south of France in May and June
26
+ 2000, and mixed in Stockholm in October of that year.
27
+ example_title: Rammstein's album Mutter
28
  pipeline_tag: text2text-generation
29
 
30
+
31
  ---
32
 
33