cicero-gpt2 / tokenizer_config.json
LaserOverrider's picture
Initial upload of the model
2a62ca4 verified
raw
history blame
946 Bytes
{
"add_bos_token": false,
"add_prefix_space": false,
"bos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"errors": "replace",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "GroNLP/gpt2-small-italian",
"pad_token": null,
"special_tokens_map_file": "/home/gueststudente/.cache/huggingface/hub/models--GroNLP--gpt2-small-italian/snapshots/9a5b0043f33d9adacd23d53e3a8e9c70f71febc9/special_tokens_map.json",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}