File size: 172 Bytes
bc3ef31 |
1 2 3 4 5 6 7 8 |
{
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"special_tokens_map_file": null,
"tokenizer_class": "OpenAIGPTTokenizer",
"unk_token": "<unk>"
}
|
bc3ef31 |
1 2 3 4 5 6 7 8 |
{
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"special_tokens_map_file": null,
"tokenizer_class": "OpenAIGPTTokenizer",
"unk_token": "<unk>"
}
|