marianbasti
commited on
Commit
•
4554869
1
Parent(s):
d62e621
Remove hardcoded path in tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"clean_up_tokenization_spaces": false,
|
4 |
"eos_token": "",
|
5 |
"model_max_length": 1000000000000000019884624838656,
|
6 |
-
"special_tokens_map_file": "
|
7 |
"tokenizer_class": "LlamaTokenizer",
|
8 |
"unk_token": ""
|
9 |
}
|
|
|
3 |
"clean_up_tokenization_spaces": false,
|
4 |
"eos_token": "",
|
5 |
"model_max_length": 1000000000000000019884624838656,
|
6 |
+
"special_tokens_map_file": "./special_tokens_map.json",
|
7 |
"tokenizer_class": "LlamaTokenizer",
|
8 |
"unk_token": ""
|
9 |
}
|