jasperyeoh2 commited on
Commit
8da84d1
·
verified ·
1 Parent(s): ffa6d5d

Add reranker_train_pairs.meta.json

Browse files
Files changed (1) hide show
  1. reranker_train_pairs.meta.json +15 -0
reranker_train_pairs.meta.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output": "/hpc2hdd/home/jyang577/joe/New-Methodology/data/reranker_train_pairs.jsonl",
3
+ "pool_cache": "/hpc2hdd/home/jyang577/joe/New-Methodology/data/train_bge_top150_candidates.json",
4
+ "dense_model": "BAAI/bge-large-en-v1.5",
5
+ "candidate_top_n": 150,
6
+ "hard_neg_min": 4,
7
+ "hard_neg_max": 8,
8
+ "bf16_encode": false,
9
+ "num_pairs": 13946,
10
+ "claims": 1228,
11
+ "positives": 4122,
12
+ "hard_negatives": 9824,
13
+ "claims_with_fewer_than_min_neg": 0,
14
+ "claims_with_no_gold": 0
15
+ }