Make config params float to avoid warnings in Transformers
Browse files- config.json +3 -3
config.json
CHANGED
@@ -45,9 +45,9 @@
|
|
45 |
},
|
46 |
"rms_norm_eps": 1e-06,
|
47 |
"rope_scaling": {
|
48 |
-
"beta_fast": 32,
|
49 |
-
"beta_slow": 1,
|
50 |
-
"factor": 40,
|
51 |
"mscale": 1.0,
|
52 |
"mscale_all_dim": 1.0,
|
53 |
"original_max_position_embeddings": 4096,
|
|
|
45 |
},
|
46 |
"rms_norm_eps": 1e-06,
|
47 |
"rope_scaling": {
|
48 |
+
"beta_fast": 32.0,
|
49 |
+
"beta_slow": 1.0,
|
50 |
+
"factor": 40.0,
|
51 |
"mscale": 1.0,
|
52 |
"mscale_all_dim": 1.0,
|
53 |
"original_max_position_embeddings": 4096,
|