add scoring_func and topk_method to support vllm
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
| 27 |
"rope_scaling": null,
|
| 28 |
"rope_theta": 10000000,
|
| 29 |
"routed_scaling_factor": 2.5,
|
|
|
|
| 30 |
"sliding_window": null,
|
| 31 |
"tie_word_embeddings": false,
|
| 32 |
"topk_method": "noaux_tc",
|
|
|
|
| 27 |
"rope_scaling": null,
|
| 28 |
"rope_theta": 10000000,
|
| 29 |
"routed_scaling_factor": 2.5,
|
| 30 |
+
"scoring_func": "sigmoid",
|
| 31 |
"sliding_window": null,
|
| 32 |
"tie_word_embeddings": false,
|
| 33 |
"topk_method": "noaux_tc",
|