File size: 337 Bytes
04ea0cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"model_max_length": 512,
"add_prefix_space": false,
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"unk_token": "[UNK]",
"pad_token": "[PAD]",
"errors": "replace",
"tokenizer_class": "PreTrainedTokenizerFast",
"name_or_path": "/content",
"do_lower_case": true,
"special_tokens_map_file": null
} |