Suchinthana commited on
Commit
3ca9ebe
1 Parent(s): baa557e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,11 +12,11 @@ datasets:
12
 
13
  ### Fine tuned T5 base model with Simple English Wikipedia Dataset
14
 
15
- This model is fine tuned with articles from Simple English Wikipedia for article generation.
16
 
17
  ### How to use
18
 
19
- We have to use **"writeWiki: "** part at the begining of each prompt. Used around 25,000 articles for training.
20
 
21
  You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
22
 
 
12
 
13
  ### Fine tuned T5 base model with Simple English Wikipedia Dataset
14
 
15
+ This model is fine tuned with articles from Simple English Wikipedia for article generation. Used around 25,000 articles for training.
16
 
17
  ### How to use
18
 
19
+ We have to use **"writeWiki: "** part at the begining of each prompt.
20
 
21
  You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
22