Update ints to floats to suppress warnings when loading
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -91,8 +91,8 @@
|
|
| 91 |
"pad_token_id": 200018,
|
| 92 |
"rms_norm_eps": 1e-05,
|
| 93 |
"rope_scaling": {
|
| 94 |
-
"factor": 16,
|
| 95 |
-
"high_freq_factor": 1,
|
| 96 |
"low_freq_factor": 1.0,
|
| 97 |
"original_max_position_embeddings": 8192,
|
| 98 |
"rope_type": "llama3"
|
|
|
|
| 91 |
"pad_token_id": 200018,
|
| 92 |
"rms_norm_eps": 1e-05,
|
| 93 |
"rope_scaling": {
|
| 94 |
+
"factor": 16.0,
|
| 95 |
+
"high_freq_factor": 1.0,
|
| 96 |
"low_freq_factor": 1.0,
|
| 97 |
"original_max_position_embeddings": 8192,
|
| 98 |
"rope_type": "llama3"
|