Update fixed_config/config.json
Browse files- fixed_config/config.json +0 -5
fixed_config/config.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": ["LlamaForSequenceClassification"],
|
3 |
"rope_scaling": {
|
4 |
-
"factor": 8.0,
|
5 |
-
"high_freq_factor": 4.0,
|
6 |
-
"low_freq_factor": 1.0,
|
7 |
-
"original_max_position_embeddings": 8192,
|
8 |
-
"rope_type": "llama3"
|
9 |
"type": "linear",
|
10 |
"factor": 8.0
|
11 |
},
|
|
|
1 |
{
|
2 |
"architectures": ["LlamaForSequenceClassification"],
|
3 |
"rope_scaling": {
|
|
|
|
|
|
|
|
|
|
|
4 |
"type": "linear",
|
5 |
"factor": 8.0
|
6 |
},
|