Meli commited on
Commit
ff0c012
1 Parent(s): 01aaf7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,9 +2,11 @@
2
  language:
3
  - en
4
  tags:
5
- - gpt-2
6
  - text-generation
7
  pipeline_tag: text-generation
 
 
8
  ---
9
 
10
  # GPT-2 Story Generator
@@ -16,7 +18,7 @@ Generate a short story from an input prompt.
16
  Put the vocab ` [endprompt]` after your input.
17
 
18
  Example of an input:
19
- ```python
20
  A person with a high school education gets sent back into the 1600s and tries to explain science and technology to the people. [endprompt]
21
  ```
22
 
 
2
  language:
3
  - en
4
  tags:
5
+ - gpt2
6
  - text-generation
7
  pipeline_tag: text-generation
8
+ widget:
9
+ - text: "A person with a high school education gets sent back into the 1600s and tries to explain science and technology to the people. [endprompt]"
10
  ---
11
 
12
  # GPT-2 Story Generator
 
18
  Put the vocab ` [endprompt]` after your input.
19
 
20
  Example of an input:
21
+ ```
22
  A person with a high school education gets sent back into the 1600s and tries to explain science and technology to the people. [endprompt]
23
  ```
24