Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
Tags:
shakespeare
License:
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,8 @@ In 2015, Andrej Karpathy wrote a post called "The Unreasonable Effectiveness of
|
|
44 |
Since then, tinyshakespeare has been the defacto dataset used as a first test while developing language models. Unfortunately, it has some problems:
|
45 |
1) It is a single file, which makes further processing difficult
|
46 |
2) It contains only a subset of Shakespeare's plays
|
47 |
-
3) It
|
|
|
48 |
|
49 |
This dataset tries to address these problems.
|
50 |
|
|
|
44 |
Since then, tinyshakespeare has been the defacto dataset used as a first test while developing language models. Unfortunately, it has some problems:
|
45 |
1) It is a single file, which makes further processing difficult
|
46 |
2) It contains only a subset of Shakespeare's plays
|
47 |
+
3) It does not contain all of Shakespeare's works
|
48 |
+
4) It is not clear exactly what works and to what extend are included
|
49 |
|
50 |
This dataset tries to address these problems.
|
51 |
|