base-100k-sft-checkpoints / NT /H2AFZ /tokenizer_config.json
nancyH's picture
add baseline-100k SFT checkpoint: H2AFZ
9769c63 verified
Raw
History Blame Contribute Delete
1.21 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": "[CLS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "[SEP]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "[MASK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"cache_dir": null,
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 220,
"pad_token": "[PAD]",
"padding_side": "right",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"trust_remote_code": true,
"unk_token": "[UNK]",
"use_fast": true
}