Use valid class name for tokenizer
#6
by
nielsbantilan
- opened
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<|endoftext|>",
|
6 |
"model_max_length": 1000000000000000019884624838656,
|
7 |
-
"tokenizer_class": "
|
8 |
"unk_token": "<|endoftext|>"
|
9 |
}
|
|
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<|endoftext|>",
|
6 |
"model_max_length": 1000000000000000019884624838656,
|
7 |
+
"tokenizer_class": "GPTNeoXTokenizerFast",
|
8 |
"unk_token": "<|endoftext|>"
|
9 |
}
|