hw-midm-7B-nsmc / lora-midm-7b-nsmc-v1.2 /tokenizer_config.json
yelin1001's picture
Upload 20 files
82a064d
raw
history blame contribute delete
No virus
1.16 kB
{
"added_tokens_decoder": {
"0": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<unk>",
"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
},
"3": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"auto_map": {
"AutoTokenizer": [
"KT-AI/midm-bitext-S-7B-inst-v1--midm_bitext_tokenization.Midm_bitext_Tokenizer",
null
]
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"extra_ids": 0,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sp_model_kwargs": {},
"tokenizer_class": "Midm_bitext_Tokenizer",
"unk_token": "<unk>"
}