can.turan
commited on
Commit
·
856ddc8
1
Parent(s):
7833aec
* context increase tuning
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +5 -5
config.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
"sparse_pred_ignore_index": -100,
|
46 |
"sparse_prediction": false,
|
47 |
"torch_dtype": "float32",
|
48 |
-
"transformers_version": "4.50.
|
49 |
"unk_token_id": 1,
|
50 |
"vocab_size": 32000
|
51 |
}
|
|
|
45 |
"sparse_pred_ignore_index": -100,
|
46 |
"sparse_prediction": false,
|
47 |
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.50.3",
|
49 |
"unk_token_id": 1,
|
50 |
"vocab_size": 32000
|
51 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 542135064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c04ce76a5434dc05f4c5f71d5fdc192b3680d1e34f9207759a87b45181f99d3f
|
3 |
size 542135064
|
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": 8192,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 8192
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
tokenizer_config.json
CHANGED
@@ -49,6 +49,10 @@
|
|
49 |
"mask_token": "[MASK]",
|
50 |
"max_len": 8192,
|
51 |
"max_length": 8192,
|
|
|
|
|
|
|
|
|
52 |
"model_max_length": 8192,
|
53 |
"never_split": null,
|
54 |
"pad_to_multiple_of": null,
|
@@ -59,12 +63,8 @@
|
|
59 |
"stride": 0,
|
60 |
"strip_accents": false,
|
61 |
"tokenize_chinese_chars": true,
|
62 |
-
"tokenizer_class": "
|
63 |
"truncation_side": "right",
|
64 |
"truncation_strategy": "longest_first",
|
65 |
-
"model_input_names": [
|
66 |
-
"input_ids",
|
67 |
-
"attention_mask"
|
68 |
-
],
|
69 |
"unk_token": "[UNK]"
|
70 |
}
|
|
|
49 |
"mask_token": "[MASK]",
|
50 |
"max_len": 8192,
|
51 |
"max_length": 8192,
|
52 |
+
"model_input_names": [
|
53 |
+
"input_ids",
|
54 |
+
"attention_mask"
|
55 |
+
],
|
56 |
"model_max_length": 8192,
|
57 |
"never_split": null,
|
58 |
"pad_to_multiple_of": null,
|
|
|
63 |
"stride": 0,
|
64 |
"strip_accents": false,
|
65 |
"tokenize_chinese_chars": true,
|
66 |
+
"tokenizer_class": "PreTrainedTokenizer",
|
67 |
"truncation_side": "right",
|
68 |
"truncation_strategy": "longest_first",
|
|
|
|
|
|
|
|
|
69 |
"unk_token": "[UNK]"
|
70 |
}
|