justsomerandomdude264
commited on
Commit
•
fed7742
1
Parent(s):
cbaf38a
Update config.json
Browse files- config.json +3 -6
config.json
CHANGED
@@ -40,11 +40,8 @@
|
|
40 |
},
|
41 |
"rms_norm_eps": 1e-05,
|
42 |
"rope_scaling": {
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"low_freq_factor": 1.0,
|
46 |
-
"original_max_position_embeddings": 8192,
|
47 |
-
"rope_type": "llama3"
|
48 |
},
|
49 |
"rope_theta": 500000.0,
|
50 |
"tie_word_embeddings": false,
|
@@ -53,4 +50,4 @@
|
|
53 |
"unsloth_version": "2024.8",
|
54 |
"use_cache": true,
|
55 |
"vocab_size": 128256
|
56 |
-
}
|
|
|
40 |
},
|
41 |
"rms_norm_eps": 1e-05,
|
42 |
"rope_scaling": {
|
43 |
+
"type": "linear",
|
44 |
+
"factor": 8.0
|
|
|
|
|
|
|
45 |
},
|
46 |
"rope_theta": 500000.0,
|
47 |
"tie_word_embeddings": false,
|
|
|
50 |
"unsloth_version": "2024.8",
|
51 |
"use_cache": true,
|
52 |
"vocab_size": 128256
|
53 |
+
}
|