TinyLlama-DPO / generation_config.json
TheGuyWithoutH's picture
Deliverable 1: DPO model trained on custom data v1.0
e6ea23f verified
raw
history blame contribute delete
131 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"max_length": 2048,
"pad_token_id": 0,
"transformers_version": "4.38.1"
}