owen-yeung
commited on
Commit
•
6b69a5b
1
Parent(s):
9879c9b
Update tokenizer_config.json
Browse filesThere is no GPTNeoXTokenizer, only GPTNeoXTokenizerFast it seems
See https://github.com/huggingface/transformers/issues/17756
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
"eos_token": "<|endoftext|>",
|
5 |
"name_or_path": "EleutherAI/gpt-neox-20b",
|
6 |
"special_tokens_map_file": "/admin/home-hailey/.cache/huggingface/hub/models--EleutherAI--gpt-neox-20b/snapshots/4e49eadb5d14bd22f314ec3f45b69a87b88c7691/special_tokens_map.json",
|
7 |
-
"tokenizer_class": "
|
8 |
"unk_token": "<|endoftext|>"
|
9 |
}
|
|
|
4 |
"eos_token": "<|endoftext|>",
|
5 |
"name_or_path": "EleutherAI/gpt-neox-20b",
|
6 |
"special_tokens_map_file": "/admin/home-hailey/.cache/huggingface/hub/models--EleutherAI--gpt-neox-20b/snapshots/4e49eadb5d14bd22f314ec3f45b69a87b88c7691/special_tokens_map.json",
|
7 |
+
"tokenizer_class": "GPTNeoXTokenizerFast",
|
8 |
"unk_token": "<|endoftext|>"
|
9 |
}
|