Update tokenizer_config.json
Browse files- tokenizer_config.json +6 -0
tokenizer_config.json
CHANGED
@@ -9,6 +9,12 @@
|
|
9 |
"special": true
|
10 |
}
|
11 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"clean_up_tokenization_spaces": true,
|
13 |
"eos_token": "<|endoftext|>",
|
14 |
"max_length": 1024,
|
|
|
9 |
"special": true
|
10 |
}
|
11 |
},
|
12 |
+
"auto_map": {
|
13 |
+
"AutoTokenizer": [
|
14 |
+
"tokenizer_utils.CryptGPTTokenizer",
|
15 |
+
null
|
16 |
+
]
|
17 |
+
},
|
18 |
"clean_up_tokenization_spaces": true,
|
19 |
"eos_token": "<|endoftext|>",
|
20 |
"max_length": 1024,
|