santhosh97
commited on
Commit
•
9cb7862
1
Parent(s):
3b0f57e
Create tokenizer_config.json
Browse files- tokenizer_config.json +8 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"model_max_length": 2048,
|
5 |
+
"name_or_path": "tiiuae/falcon_tokenizer",
|
6 |
+
"special_tokens_map_file": null,
|
7 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
8 |
+
}
|