HebrewGPT-1B-AdamW / tokenizer_config.json
ronnengmail's picture
Upload folder using huggingface_hub
a921e80 verified
raw
history blame contribute delete
201 Bytes
{
"tokenizer_class": "T5Tokenizer",
"model_max_length": 2048,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"clean_up_tokenization_spaces": false
}