Commit
·
5d93c13
1
Parent(s):
ee52311
Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -3
tokenizer_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"add_special_tokens": true,
|
4 |
"auto_map": {
|
5 |
"AutoTokenizer": [
|
6 |
-
"
|
7 |
null
|
8 |
]
|
9 |
},
|
@@ -16,8 +16,7 @@
|
|
16 |
"rstrip": false,
|
17 |
"single_word": false
|
18 |
},
|
19 |
-
"model_max_length":
|
20 |
"pad_token": null,
|
21 |
-
"return_token_type_ids": false,
|
22 |
"tokenizer_class": "XgenTokenizer"
|
23 |
}
|
|
|
3 |
"add_special_tokens": true,
|
4 |
"auto_map": {
|
5 |
"AutoTokenizer": [
|
6 |
+
"tokenization_xgen.XgenTokenizer",
|
7 |
null
|
8 |
]
|
9 |
},
|
|
|
16 |
"rstrip": false,
|
17 |
"single_word": false
|
18 |
},
|
19 |
+
"model_max_length": 1000000000000000019884624838656,
|
20 |
"pad_token": null,
|
|
|
21 |
"tokenizer_class": "XgenTokenizer"
|
22 |
}
|