scoring_func->topk_method
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -28,8 +28,8 @@
|
|
| 28 |
"rope_theta": 10000000,
|
| 29 |
"routed_scaling_factor": 2.5,
|
| 30 |
"sliding_window": null,
|
| 31 |
-
"scoring_func": "noaux_tc",
|
| 32 |
"tie_word_embeddings": false,
|
|
|
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.46.3",
|
| 35 |
"use_cache": true,
|
|
|
|
| 28 |
"rope_theta": 10000000,
|
| 29 |
"routed_scaling_factor": 2.5,
|
| 30 |
"sliding_window": null,
|
|
|
|
| 31 |
"tie_word_embeddings": false,
|
| 32 |
+
"topk_method": "noaux_tc",
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.46.3",
|
| 35 |
"use_cache": true,
|
generation_config.json
CHANGED
|
@@ -9,4 +9,4 @@
|
|
| 9 |
151649
|
| 10 |
],
|
| 11 |
"transformers_version": "4.46.3"
|
| 12 |
-
}
|
|
|
|
| 9 |
151649
|
| 10 |
],
|
| 11 |
"transformers_version": "4.46.3"
|
| 12 |
+
}
|