Upload tokenizer/tokenizer_gpt2id_bpe16_65536_base1024.meta.json with huggingface_hub
Browse files
tokenizer/tokenizer_gpt2id_bpe16_65536_base1024.meta.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "gpt2id_bpe16",
|
| 3 |
+
"root": "datasets/openwebtext_flm_gpt2_trainm100k",
|
| 4 |
+
"source_flat_cache_path": "datasets/openwebtext_flm_gpt2_trainm100k/cache_train_gpt2_flat_eos1.uint16",
|
| 5 |
+
"source_flat_meta_path": "datasets/openwebtext_flm_gpt2_trainm100k/cache_train_gpt2_flat_eos1.meta.json",
|
| 6 |
+
"source_flat_hf_split": "train[:-100000]",
|
| 7 |
+
"tokenizer_name_gpt2": "gpt2",
|
| 8 |
+
"vocab_size_gpt2": 50257,
|
| 9 |
+
"bos_token_id_gpt2": 50256,
|
| 10 |
+
"eos_token_id_gpt2": 50256,
|
| 11 |
+
"base_seq_len_tokens": 1024,
|
| 12 |
+
"content_len_tokens": 1022,
|
| 13 |
+
"base_char_offset": 983040,
|
| 14 |
+
"target_code_vocab_size": 65536,
|
| 15 |
+
"actual_code_vocab_size": 65536,
|
| 16 |
+
"special_tokens": [
|
| 17 |
+
"[PAD]",
|
| 18 |
+
"[UNK]",
|
| 19 |
+
"[EOSEQ]"
|
| 20 |
+
],
|
| 21 |
+
"pad_id": 0,
|
| 22 |
+
"unk_id": 1,
|
| 23 |
+
"eoseq_id": 2,
|
| 24 |
+
"train_strings_path": "datasets/openwebtext_flm_gpt2_trainm100k/tokenizer_gpt2id_bpe16_65536_base1024.train_strings.txt",
|
| 25 |
+
"num_training_sequences": 50000,
|
| 26 |
+
"encoding_length_stats": {
|
| 27 |
+
"num_sequences_scanned": 50000,
|
| 28 |
+
"encoded_len_min": 68,
|
| 29 |
+
"encoded_len_mean": 727.73552,
|
| 30 |
+
"encoded_len_max": 1024,
|
| 31 |
+
"encoded_len_p50": 724,
|
| 32 |
+
"encoded_len_p90": 785,
|
| 33 |
+
"encoded_len_p95": 812,
|
| 34 |
+
"encoded_len_p99": 895,
|
| 35 |
+
"encoded_len_p999": 986
|
| 36 |
+
},
|
| 37 |
+
"recommended_code_seq_len_tokens": 1025,
|
| 38 |
+
"bits_per_code_token": 16
|
| 39 |
+
}
|