Spaces:
Paused
Paused
Update train.py
Browse files
train.py
CHANGED
|
@@ -23,7 +23,7 @@ CLIPPING = 1.0
|
|
| 23 |
PUSH_TO_HUB = True
|
| 24 |
|
| 25 |
def load_data():
|
| 26 |
-
dataset = load_dataset(INPUT_DATASET, split="train").select(range(int(2e+
|
| 27 |
return dataset
|
| 28 |
|
| 29 |
def create_tokenizer(training_corpus):
|
|
|
|
| 23 |
PUSH_TO_HUB = True
|
| 24 |
|
| 25 |
def load_data():
|
| 26 |
+
dataset = load_dataset(INPUT_DATASET, split="train").select(range(int(2e+5)))
|
| 27 |
return dataset
|
| 28 |
|
| 29 |
def create_tokenizer(training_corpus):
|