redmoe-ai-v1 commited on
Commit
92ca0d4
·
verified ·
1 Parent(s): 765f249

add scoring_func and topk_method

Browse files
Files changed (1) hide show
  1. 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
  "topk_method": "noaux_tc",
32
  "tie_word_embeddings": false,
 
27
  "rope_scaling": null,
28
  "rope_theta": 10000000,
29
  "routed_scaling_factor": 2.5,
30
+ "scoring_func": "sigmoid",
31
  "sliding_window": null,
32
  "topk_method": "noaux_tc",
33
  "tie_word_embeddings": false,