Training in progress, step 50
Browse files- tokenizer_config.json +7 -0
- training_args.bin +1 -1
tokenizer_config.json
CHANGED
@@ -49,10 +49,17 @@
|
|
49 |
"errors": "replace",
|
50 |
"extra_special_tokens": {},
|
51 |
"mask_token": "<mask>",
|
|
|
52 |
"model_max_length": 16384,
|
|
|
53 |
"pad_token": "<pad>",
|
|
|
|
|
54 |
"sep_token": "</s>",
|
|
|
55 |
"tokenizer_class": "LEDTokenizer",
|
56 |
"trim_offsets": true,
|
|
|
|
|
57 |
"unk_token": "<unk>"
|
58 |
}
|
|
|
49 |
"errors": "replace",
|
50 |
"extra_special_tokens": {},
|
51 |
"mask_token": "<mask>",
|
52 |
+
"max_length": 512,
|
53 |
"model_max_length": 16384,
|
54 |
+
"pad_to_multiple_of": null,
|
55 |
"pad_token": "<pad>",
|
56 |
+
"pad_token_type_id": 0,
|
57 |
+
"padding_side": "right",
|
58 |
"sep_token": "</s>",
|
59 |
+
"stride": 0,
|
60 |
"tokenizer_class": "LEDTokenizer",
|
61 |
"trim_offsets": true,
|
62 |
+
"truncation_side": "right",
|
63 |
+
"truncation_strategy": "longest_first",
|
64 |
"unk_token": "<unk>"
|
65 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64e6b563eee5d6bc8fc69a62922431be6f63cb4c12d88bde76792a36029788b1
|
3 |
size 5496
|