Text Generation
Transformers
PyTorch
Safetensors
English
gpt2
alignment
instruction tuned
text generation
conversation
assistant
dpo
text-generation-inference
Inference Endpoints
Aira-2-124M-DPO / generation_config.json
nicholasKluge's picture
Upload generation_config.json
15a371c
raw
history blame
No virus
338 Bytes
{
"bos_token_id": 50257,
"sep_token": 50259,
"eos_token_id": 50258,
"pad_token_id": 50260,
"unk_token": 50256,
"do_sample": true,
"max_new_tokens": 512,
"renormalize_logits": true,
"repetition_penalty": 1.1,
"temperature": 0.3,
"top_k": 30,
"top_p": 0.3,
"transformers_version": "4.35.2",
"use_cache": false
}