gpt2_frame_text_predictor / tokenizer_config.json
Ashraf-kasem's picture
Training in progress epoch 0
5f020c0
raw
history blame contribute delete
265 Bytes
{
"bos_token": "<EOS>",
"eos_token": "<EOS>",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "custom_tokenizer",
"special_tokens_map_file": "custom_tokenizer/special_tokens_map.json",
"tokenizer_class": "PreTrainedTokenizerFast"
}