Upload folder using huggingface_hub
Browse files- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1423580250
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9afe743faec675c4a55bf72089b2f46f81c020ca8acbda7104a024591e115023
|
3 |
size 1423580250
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 1024,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 1024
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
tokenizer_config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"eos_token": "<|endoftext|>",
|
16 |
"extra_special_tokens": {},
|
17 |
"max_length": 2048,
|
18 |
-
"model_max_length":
|
19 |
"pad_to_multiple_of": null,
|
20 |
"pad_token": "<|endoftext|>",
|
21 |
"pad_token_type_id": 0,
|
|
|
15 |
"eos_token": "<|endoftext|>",
|
16 |
"extra_special_tokens": {},
|
17 |
"max_length": 2048,
|
18 |
+
"model_max_length": 1024,
|
19 |
"pad_to_multiple_of": null,
|
20 |
"pad_token": "<|endoftext|>",
|
21 |
"pad_token_type_id": 0,
|