15 lines
356 B
JSON
15 lines
356 B
JSON
|
|
{
|
||
|
|
"additional_special_tokens": [
|
||
|
|
"<|number_end|>",
|
||
|
|
"<|arithmetic_start|>",
|
||
|
|
"</role>",
|
||
|
|
"<|arithmetic_end|>",
|
||
|
|
"<role>",
|
||
|
|
"<|number_start|>"
|
||
|
|
],
|
||
|
|
"bos_token": "<|startoftext|>",
|
||
|
|
"cls_token": "[CLS]",
|
||
|
|
"eos_token": "<|endoftext|>",
|
||
|
|
"gmask_token": "[gMASK]",
|
||
|
|
"pad_token": "<|endoftext|>"
|
||
|
|
}
|