Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- special_tokens_map.json +0 -1
- tokenizer_config.json +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 500811336
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94f1d79e183be81d7489fa454343510f66fce176fed6a4f8dc1b8912fde2322a
|
| 3 |
size 500811336
|
special_tokens_map.json
CHANGED
|
@@ -13,7 +13,6 @@
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
-
"pad_token": "<|endoftext|>",
|
| 17 |
"unk_token": {
|
| 18 |
"content": "<|endoftext|>",
|
| 19 |
"lstrip": false,
|
|
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
|
|
|
| 16 |
"unk_token": {
|
| 17 |
"content": "<|endoftext|>",
|
| 18 |
"lstrip": false,
|
tokenizer_config.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
"eos_token": "<|endoftext|>",
|
| 17 |
"errors": "replace",
|
| 18 |
"model_max_length": 2048,
|
| 19 |
-
"pad_token":
|
| 20 |
"tokenizer_class": "GPT2Tokenizer",
|
| 21 |
"unk_token": "<|endoftext|>"
|
| 22 |
}
|
|
|
|
| 16 |
"eos_token": "<|endoftext|>",
|
| 17 |
"errors": "replace",
|
| 18 |
"model_max_length": 2048,
|
| 19 |
+
"pad_token": null,
|
| 20 |
"tokenizer_class": "GPT2Tokenizer",
|
| 21 |
"unk_token": "<|endoftext|>"
|
| 22 |
}
|