File size: 173 Bytes
b42b16c | 1 2 3 4 5 6 7 8 9 | {
"backend": "tokenizers",
"is_local": true,
"local_files_only": false,
"model_max_length": 512,
"tokenizer_class": "OpenAIGPTTokenizer",
"unk_token": "<unk>"
}
|
b42b16c | 1 2 3 4 5 6 7 8 9 | {
"backend": "tokenizers",
"is_local": true,
"local_files_only": false,
"model_max_length": 512,
"tokenizer_class": "OpenAIGPTTokenizer",
"unk_token": "<unk>"
}
|