Upload tokenizer
Browse files- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"model_max_length": 1000000000000000019884624838656,
|
3 |
-
"name_or_path": "
|
4 |
"special_tokens_map_file": "test_tokenizer/special_tokens_map.json",
|
5 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
6 |
}
|
|
|
1 |
{
|
2 |
"model_max_length": 1000000000000000019884624838656,
|
3 |
+
"name_or_path": "custom_tokenizer",
|
4 |
"special_tokens_map_file": "test_tokenizer/special_tokens_map.json",
|
5 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
6 |
}
|