Iacopo commited on
Commit
57429ba
1 Parent(s): 7e06849

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -12,19 +12,19 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # output
14
 
15
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
 
17
  ## Model description
18
 
19
- More information needed
20
 
21
  ## Intended uses & limitations
22
 
23
- More information needed
24
 
25
  ## Training and evaluation data
26
 
27
- More information needed
28
 
29
  ## Training procedure
30
 
 
12
 
13
  # output
14
 
15
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on a dataset of Shakespeare's plays.
16
 
17
  ## Model description
18
 
19
+ The model is the original gpt-2 model fine-tuned on a custom dataset.
20
 
21
  ## Intended uses & limitations
22
 
23
+ The model can be used to generate Shakespearean-like text. Consider that because it comes from plays, such a typographical structure might be reproduced.
24
 
25
  ## Training and evaluation data
26
 
27
+ Trained with Shakespeare's plays corpus.
28
 
29
  ## Training procedure
30