-- update
Browse files
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 |
+
---
|