zephyr-7b-dpo-full / tokenizer_config.json
xinghaow's picture
Training in progress, step 1000
21b816b verified
raw
history blame
No virus
1.28 kB
{
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"137713": {
"content": "<TOKENS_UNUSED_1>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": false
},
"137714": {
"content": "<TOKENS_UNUSED_2>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": false
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_moss2.Moss2Tokenizer",
null
]
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 2048,
"pad_token": "</s>",
"padding_side": "right",
"tokenizer_class": "Moss2Tokenizer",
"trust_remote_code": true,
"unk_token": "<unk>",
"use_fast": false
}