GozdeA commited on
Commit
083bf06
·
verified ·
1 Parent(s): bc1b78f

Upload best_classifier_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. best_classifier_config.json +11 -0
best_classifier_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "method": "two_pass_knn",
3
+ "k": 8,
4
+ "ratio_threshold": 0.3003530783590341,
5
+ "max_candidates": 3,
6
+ "recall_simple": 0.9496336996336995,
7
+ "recall_complex": 0.5668168168168168,
8
+ "recall_combined": 0.7392739273927392,
9
+ "top1_simple": 1.0,
10
+ "top1_complex": 1.0
11
+ }