Instructions to use RefalMachine/RuadaptQwen2.5-14B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
File size: 195 Bytes
da56c78 | 1 2 3 4 5 6 7 8 9 10 11 | {
"do_sample": true,
"eos_token_id": 145111,
"pad_token_id": 145109,
"repetition_penalty": 1.05,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"transformers_version": "4.45.2"
}
|