vit-base-patch16-224-distilgpt2 / generation_config.json
tarekziade's picture
Upload 10 files
81fa0f9 verified
raw
history blame
No virus
330 Bytes
{
"bos_token_id": 50256,
"do_sample": false,
"early_stopping": true,
"eos_token_id": 50256,
"max_length": 40,
"no_repeat_ngram_size": 2,
"num_beams": 5,
"pad_token_id": 50256,
"repetition_penalty": 1.3,
"transformers_version": "4.33.2",
"seed": 12,
"temperature": 0.6,
"use_cache": true
}