HariishHafiiz commited on
Commit
e025b8a
·
verified ·
1 Parent(s): 6a763ea

Upload summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. summary.json +10 -19
summary.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "winner_classifier": "MLP",
3
  "best_params": {
4
- "activation": "tanh",
5
  "alpha": 0.001,
6
  "hidden_layer_sizes": [
7
  50,
@@ -11,11 +11,9 @@
11
  "learning_rate": "constant",
12
  "solver": "adam"
13
  },
14
- "n_features": 9,
15
- "features": [
16
- "cosine_tfidf_c",
17
  "cosine_tfidf_w",
18
- "bm25_score",
19
  "same_component",
20
  "same_priority",
21
  "same_version",
@@ -24,20 +22,13 @@
24
  "log_time_diff"
25
  ],
26
  "test": {
27
- "F1": 0.985632183908046,
28
- "Precision": 0.9956458635703919,
29
- "Recall": 0.9758179231863442,
30
- "Accuracy": 0.9945945945945946
31
  },
32
  "efficiency": {
33
- "ms_per_report_OK_batch": 1866.907,
34
- "ms_per_pair_batched": 37.3381,
35
- "K_retrieval": 50,
36
- "N_corpus_for_ON": 31916
37
- },
38
- "split": {
39
- "train": 11840,
40
- "val": 2960,
41
- "test": 3700
42
  }
43
  }
 
1
  {
2
+ "winner": "MLP",
3
  "best_params": {
4
+ "activation": "relu",
5
  "alpha": 0.001,
6
  "hidden_layer_sizes": [
7
  50,
 
11
  "learning_rate": "constant",
12
  "solver": "adam"
13
  },
14
+ "all_features": [
 
 
15
  "cosine_tfidf_w",
16
+ "cosine_sbert_ft",
17
  "same_component",
18
  "same_priority",
19
  "same_version",
 
22
  "log_time_diff"
23
  ],
24
  "test": {
25
+ "P": 0.9971305595408895,
26
+ "R": 0.9886201991465149,
27
+ "F1": 0.9928571428571429,
28
+ "Acc": 0.9972972972972973
29
  },
30
  "efficiency": {
31
+ "ms_per_report": 1877.589,
32
+ "throughput_pairs_per_sec": 26.63
 
 
 
 
 
 
 
33
  }
34
  }