10 lines
170 B
JSON
Executable File
10 lines
170 B
JSON
Executable File
{
|
|
"bos_token": "<s>",
|
|
"cls_token": "<CLS>",
|
|
"eos_token": "</s>",
|
|
"mask_token": "<MASK>",
|
|
"pad_token": "<PAD>",
|
|
"sep_token": "<SEP>",
|
|
"unk_token": "<unk>"
|
|
}
|