distilvit / generation_config.json
tarekziade's picture
add n-gram info and other things
d552d67 verified
raw
history blame
No virus
206 Bytes
{
"bos_token_id": 50256,
"transformers_version": "4.33.2",
"max_length": 50,
"num_beams": 1,
"early_stopping": true,
"no_repeat_ngram_size": 2,
"pad_token_id": 50256,
"eos_token_id": 50256
}