s2t-large-phoneme / generation_config.json
charsiu's picture
Upload Speech2TextForConditionalGeneration
8402337
raw
history blame contribute delete
No virus
198 Bytes
{
"bos_token_id": 1,
"decoder_start_token_id": 2,
"early_stopping": true,
"eos_token_id": 2,
"max_length": 200,
"num_beams": 5,
"pad_token_id": 0,
"transformers_version": "4.35.2"
}