frankenstallm / generation_config.json
pathcosmos's picture
fix: Update generation_config.json with correct 3B ORPO byte-fallback tokenizer (vocab=64256)
58d3f23 verified
raw
history blame contribute delete
195 Bytes
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": [
2
],
"max_new_tokens": 512,
"pad_token_id": 0,
"temperature": 0.8,
"top_p": 0.9,
"transformers_version": "5.2.0"
}