adamjweintraut's picture
Training in progress, step 500, checkpoint
1301a89 verified
{
"bos_token_id": 0,
"clean_up_tokenization_spaces": true,
"decoder_start_token_id": 2,
"do_sample": true,
"early_stopping": true,
"eos_token_id": 2,
"forced_bos_token_id": 0,
"forced_eos_token_id": 2,
"max_new_tokens": 512,
"min_new_tokens": 128,
"n_examples": null,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 1,
"padding": "max_length",
"renormalize_logits": true,
"repetition_penalty": 0.6,
"skip_special_tokens": true,
"temperature": 0.85,
"top_k": 0,
"top_p": 0.9,
"transformers_version": "4.38.2",
"truncation": true
}