File size: 1,747 Bytes
d1b502e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | {
"timestamp_utc": "2026-05-10T23:09:35.690038+00:00",
"source_repo": "unsloth/llama-2-7b",
"out_dir": "/scratch/bvandur1/zhuicon1/tokenizers/llama2-unsloth-tokenizer",
"use_fast": true,
"properties": {
"source_repo": "unsloth/llama-2-7b",
"tokenizer_class": "LlamaTokenizer",
"is_fast": true,
"vocab_size": 32000,
"model_max_length": 1000000000000000019884624838656,
"bos_token": "<s>",
"bos_token_id": 1,
"eos_token": "</s>",
"eos_token_id": 2,
"unk_token": "<unk>",
"unk_token_id": 0,
"pad_token": "<unk>",
"pad_token_id": 0
},
"sanity_check": {
"test_text": "Hello world. This is a tokenizer test.",
"ids_add_special_tokens_false": [
15043,
3186,
29889,
910,
338,
263,
5993,
3950,
1243,
29889
],
"ids_add_special_tokens_true": [
1,
15043,
3186,
29889,
910,
338,
263,
5993,
3950,
1243,
29889
],
"n_tokens_no_special": 10,
"n_tokens_with_special": 11,
"delta_special_tokens": 1,
"confirmed_use_add_special_tokens_false": true
},
"round_trip_passed": true,
"saved_files": [
"tokenizer.json",
"tokenizer_config.json"
],
"tokenizer_note": "Use this local path as --tokenizer in all downstream scripts. Nanotron pretraining must use the same path to guarantee token counts are directly comparable to the statistics output.",
"usage": {
"stats_script": "python 01_build_clean_pool_and_token_stats.py --tokenizer /scratch/bvandur1/zhuicon1/tokenizers/llama2-unsloth-tokenizer ...",
"nanotron_config": "tokenizer_name_or_path: /scratch/bvandur1/zhuicon1/tokenizers/llama2-unsloth-tokenizer"
}
} |