Finished 2000 Steps
Browse files- pytorch_model.bin +1 -1
- tokenizer_config.json +7 -0
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3032738375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcc5faf99e3706d893f8cfa54121871aa4da887bcd61fefab6bd4a2f22dea35f
|
| 3 |
size 3032738375
|
tokenizer_config.json
CHANGED
|
@@ -77,8 +77,15 @@
|
|
| 77 |
"clean_up_tokenization_spaces": true,
|
| 78 |
"eos_token": "<EOS>",
|
| 79 |
"extra_special_tokens": {},
|
|
|
|
| 80 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
|
| 81 |
"pad_token": "<PAD>",
|
|
|
|
|
|
|
|
|
|
| 82 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
|
|
|
|
|
|
| 83 |
"unk_token": "<UNK>"
|
| 84 |
}
|
|
|
|
| 77 |
"clean_up_tokenization_spaces": true,
|
| 78 |
"eos_token": "<EOS>",
|
| 79 |
"extra_special_tokens": {},
|
| 80 |
+
"max_length": 2048,
|
| 81 |
"model_max_length": 1000000000000000019884624838656,
|
| 82 |
+
"pad_to_multiple_of": null,
|
| 83 |
"pad_token": "<PAD>",
|
| 84 |
+
"pad_token_type_id": 0,
|
| 85 |
+
"padding_side": "right",
|
| 86 |
+
"stride": 0,
|
| 87 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 88 |
+
"truncation_side": "right",
|
| 89 |
+
"truncation_strategy": "longest_first",
|
| 90 |
"unk_token": "<UNK>"
|
| 91 |
}
|