Datasets:
alasdairforsythe
commited on
Commit
·
ab85ed4
1
Parent(s):
0abaf8e
Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## TokenMonster Datasets: English, Code, Fiction, Non-fiction
|
2 |
|
3 |
Included are datasets that were used to generate the TokenMonster pre-built vocabularies.
|
@@ -23,7 +42,7 @@ Given the evolving nature of writing styles, I felt that `book_sample.txt`, whic
|
|
23 |
| wikipedia_sample.txt | 79,181,873 |
|
24 |
| reddit.txt | 100,027,565 |
|
25 |
|
26 |
-
|
27 |
|
28 |
|
29 |
### License
|
|
|
1 |
+
language:
|
2 |
+
- en
|
3 |
+
pretty_name: 'TokenMonster Datasets: English, Code, Fiction, Non-fiction'
|
4 |
+
size_categories:
|
5 |
+
- 1B<n<10B
|
6 |
+
tags:
|
7 |
+
- text
|
8 |
+
- english
|
9 |
+
- fiction
|
10 |
+
- nonfiction
|
11 |
+
- non-fiction
|
12 |
+
- code
|
13 |
+
- code samples
|
14 |
+
- tokenization
|
15 |
+
- tokenization datasets
|
16 |
+
- datasets
|
17 |
+
task_categories:
|
18 |
+
- text-generation
|
19 |
+
|
20 |
## TokenMonster Datasets: English, Code, Fiction, Non-fiction
|
21 |
|
22 |
Included are datasets that were used to generate the TokenMonster pre-built vocabularies.
|
|
|
42 |
| wikipedia_sample.txt | 79,181,873 |
|
43 |
| reddit.txt | 100,027,565 |
|
44 |
|
45 |
+
Note: `fiction_100mb.txt` is a subset of `fiction.txt`, and `code_2mb.txt` is a subset of `code_10mb.txt`.
|
46 |
|
47 |
|
48 |
### License
|