File size: 147 Bytes
c4934f2 | 1 2 3 4 5 6 7 8 9 | {
"bos_token": "[bos]",
"cls_token": "[cls]",
"eos_token": "[eos]",
"pad_token": "[pad]",
"sep_token": "[sep]",
"unk_token": "[unk]"
}
|
c4934f2 | 1 2 3 4 5 6 7 8 9 | {
"bos_token": "[bos]",
"cls_token": "[cls]",
"eos_token": "[eos]",
"pad_token": "[pad]",
"sep_token": "[sep]",
"unk_token": "[unk]"
}
|