nllb-200-distilled-600M / generation_config.json
whitphx's picture
whitphx HF Staff
Convert model files with 'python -m scripts.convert --model-id facebook/nllb-200-distilled-600M --quantize'
db84eb7
raw
history blame
184 Bytes
{
"_from_model_config": true,
"bos_token_id": 0,
"decoder_start_token_id": 2,
"eos_token_id": 2,
"max_length": 200,
"pad_token_id": 1,
"transformers_version": "4.49.0"
}