9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"tokenizer_class": "PreTrainedTokenizerFast",
|
|
"model_max_length": 512,
|
|
"bos_token": "<|endoftext|>",
|
|
"eos_token": "<|endoftext|>",
|
|
"unk_token": "<|endoftext|>",
|
|
"pad_token": "<|padding|>"
|
|
}
|