Commit
·
06b6577
1
Parent(s):
9cb16a9
Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ This preprocessed subset contains only a train split.
|
|
65 |
The configuration to create this dataset with the cramming project code (https://github.com/JonasGeiping/cramming) is
|
66 |
|
67 |
```
|
68 |
-
# This is a slice of the pile
|
69 |
name: the_pile
|
70 |
defaults:
|
71 |
- sources:
|
@@ -86,9 +86,8 @@ seq_length: 128
|
|
86 |
include_cls_token_in_corpus: False
|
87 |
include_sep_token_in_corpus: True
|
88 |
use_type_ids: False
|
89 |
-
max_entries_in_raw_dataset: 16e6
|
90 |
-
max_seq_in_tokenized_dataset: 85e6
|
91 |
-
# max_seq_in_tokenized_dataset should be just slightly more than budget * 60 * 60 * expected tokens/sec for the single epoch of training
|
92 |
|
93 |
# Data Cleaning:
|
94 |
named_entity_simplification: False
|
|
|
65 |
The configuration to create this dataset with the cramming project code (https://github.com/JonasGeiping/cramming) is
|
66 |
|
67 |
```
|
68 |
+
# This is a slice of the pile
|
69 |
name: the_pile
|
70 |
defaults:
|
71 |
- sources:
|
|
|
86 |
include_cls_token_in_corpus: False
|
87 |
include_sep_token_in_corpus: True
|
88 |
use_type_ids: False
|
89 |
+
max_entries_in_raw_dataset: 16e6
|
90 |
+
max_seq_in_tokenized_dataset: 85e6
|
|
|
91 |
|
92 |
# Data Cleaning:
|
93 |
named_entity_simplification: False
|