Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
mistralai
/
Devstral-2-123B-Instruct-2512
like
250
Follow
Mistral AI_
14.2k
Safetensors
vllm
ministral3
mistral-common
fp8
License:
other
Model card
Files
Files and versions
xet
Community
20
Deploy
refs/pr/19
Devstral-2-123B-Instruct-2512
/
generation_config.json
juliendenize
fix: update `generation_config.json`to default to stochastic sampling (temp 0.15) (
#18
)
4090a44
verified
8 days ago
raw
Copy download link
history
blame
Safe
175 Bytes
{
"bos_token_id"
:
1
,
"eos_token_id"
:
2
,
"pad_token_id"
:
11
,
"max_length"
:
262144
,
"do_sample"
:
true
,
"temperature"
:
0.15
,
"transformers_version"
:
"5.0.0.dev0"
}