Spaces:
Sleeping
Sleeping
Commit
·
40b0422
1
Parent(s):
3508061
Updated readme
Browse files
README.md
CHANGED
@@ -10,4 +10,14 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# App for text generation using GPT-2
|
14 |
+
|
15 |
+
## Features
|
16 |
+
- Input/output text: Write a sentence and read the output
|
17 |
+
- Number of outputs: Number of output to generate using same input sentence
|
18 |
+
- Maximum lenght of a sequence: Maximum tokens to generate
|
19 |
+
|
20 |
+
## Usage
|
21 |
+
- Enter sentence
|
22 |
+
- Change Number of outputs or Maximum lenght of a sequence
|
23 |
+
- Hit submit and read result
|