adarksky commited on
Commit
0faef59
·
verified ·
1 Parent(s): fc8930c
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ widget:
7
+ - text: 'We all are '
8
+ - text: 'Americans '
9
+ - text: 'This is '
10
+ inference:
11
+ parameters:
12
+ min_length: 500
13
+ max_length: 1000
14
+ temperature: 0.7
15
+ ---