db
commited on
Commit
•
9dfc7f9
1
Parent(s):
04b09ca
init
Browse files
data/shakespeare/readme.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# tiny shakespeare
|
3 |
+
|
4 |
+
Tiny shakespeare, of the good old char-rnn fame :)
|
5 |
+
|
6 |
+
After running `prepare.py`:
|
7 |
+
|
8 |
+
- train.bin has 301,966 tokens
|
9 |
+
- val.bin has 36,059 tokens
|
data/shakespeare_char/readme.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# tiny shakespeare, character-level
|
3 |
+
|
4 |
+
Tiny shakespeare, of the good old char-rnn fame :) Treated on character-level.
|
5 |
+
|
6 |
+
After running `prepare.py`:
|
7 |
+
|
8 |
+
- train.bin has 1,003,854 tokens
|
9 |
+
- val.bin has 111,540 tokens
|