Commit
·
a93bb99
1
Parent(s):
05c864b
Upload tokenizer_config.json
Browse files- tokenizer_config.json +1 -9
tokenizer_config.json
CHANGED
|
@@ -1,9 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_prefix_space": false,
|
| 3 |
-
"bos_token": "<|endoftext|>",
|
| 4 |
-
"eos_token": "<|endoftext|>",
|
| 5 |
-
"name_or_path": "EleutherAI/gpt-neox-20b",
|
| 6 |
-
"special_tokens_map_file": "/fsx/home-hailey/.cache/huggingface/hub/models--EleutherAI--gpt-neox-20b/snapshots/3523781c8df75f7741687a4284f6f70e1afa12f4/special_tokens_map.json",
|
| 7 |
-
"tokenizer_class": "GPTNeoXTokenizer",
|
| 8 |
-
"unk_token": "<|endoftext|>"
|
| 9 |
-
}
|
|
|
|
| 1 |
+
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 2048, "special_tokens_map_file": null, "name_or_path": "gpt2"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|