pdac_pred_llm / tokenizer_mapping.json
shubhamc-iiitd's picture
Initial model upload
ccf1103 verified
raw
history blame contribute delete
339 Bytes
{
"[PAD]": 0,
"[UNK]": 1,
"[CLS]": 2,
"[SEP]": 3,
"[MASK]": 4,
"L": 5,
"A": 6,
"G": 7,
"V": 8,
"E": 9,
"S": 10,
"I": 11,
"K": 12,
"R": 13,
"D": 14,
"T": 15,
"P": 16,
"N": 17,
"Q": 18,
"F": 19,
"Y": 20,
"M": 21,
"H": 22,
"C": 23,
"W": 24
}