thainq107's picture
Training in progress, epoch 1
c672372
raw
history blame
596 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "[SEP]",
"id2label": {
"0": "1",
"1": "2",
"2": "3",
"3": "4",
"4": "5"
},
"label2id": {
"1": 0,
"2": 1,
"3": 2,
"4": 3,
"5": 4
},
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"num_labels": 5,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"split_by_punct": false,
"tokenizer_class": "DebertaV2Tokenizer",
"unk_token": "[UNK]",
"vocab_type": "spm"
}