rl_tp4s64_8x_exercism-python / generation_config.json
EtashGuha's picture
Copy checkpoints/step_20 files to repo root for vLLM compatibility
bc41a43 verified
raw
history blame contribute delete
188 Bytes
{
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "4.57.6"
}