mirror of
https://huggingface.co/deepseek-ai/DeepSeek-R1-Zero
synced 2026-03-11 05:26:30 +01:00
Make config params float to avoid warning in Transformers
This commit is contained in:
parent
72234287cb
commit
4601822cdd
@ -45,9 +45,9 @@
|
|||||||
},
|
},
|
||||||
"rms_norm_eps": 1e-06,
|
"rms_norm_eps": 1e-06,
|
||||||
"rope_scaling": {
|
"rope_scaling": {
|
||||||
"beta_fast": 32,
|
"beta_fast": 32.0,
|
||||||
"beta_slow": 1,
|
"beta_slow": 1.0,
|
||||||
"factor": 40,
|
"factor": 40.0,
|
||||||
"mscale": 1.0,
|
"mscale": 1.0,
|
||||||
"mscale_all_dim": 1.0,
|
"mscale_all_dim": 1.0,
|
||||||
"original_max_position_embeddings": 4096,
|
"original_max_position_embeddings": 4096,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user