alon-albalak
commited on
Commit
·
28c2d0d
1
Parent(s):
e02a59e
Upload tokenizer
Browse files- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +5 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name_or_path": "/local/home/alon_albalak/gpt-neox/outputs/1B_seqlen2048_ods_smoothed_mean_mixed_minibatches_original_weights_init_05smoothing_seed42/global_step100000/hf_model",
|
3 |
+
"special_tokens_map_file": "/local/home/alon_albalak/gpt-neox/outputs/1B_seqlen2048_ods_smoothed_mean_mixed_minibatches_original_weights_init_05smoothing_seed42/global_step100000/hf_model/special_tokens_map.json",
|
4 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
5 |
+
}
|