thinkqa-bert2bert / generation_config.json
squartzy's picture
Initial commit of BERT2BERT weights
75155dd verified
Raw
History Blame Contribute Delete
306 Bytes
{
"_from_model_config": true,
"decoder_start_token_id": 101,
"early_stopping": true,
"eos_token_id": 102,
"length_penalty": 2.0,
"max_length": 128,
"min_length": 6,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.46.3",
"use_cache": false
}