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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -12,8 +12,14 @@ pipeline_tag: text-generation
12
  ## Model description
13
 
14
  Generate a short story from an input prompt.
 
15
  Put the vocab ` [endprompt]` after your input.
16
 
 
 
 
 
 
17
  #### Limitations and bias
18
 
19
  The data we used to train was collected from reddit, so it could be very biased towards young, white, male demographic.
 
12
  ## Model description
13
 
14
  Generate a short story from an input prompt.
15
+
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
+
23
  #### Limitations and bias
24
 
25
  The data we used to train was collected from reddit, so it could be very biased towards young, white, male demographic.