jsanzolac commited on
Commit
647520f
·
verified ·
1 Parent(s): cea8735

Upload rank_300/eval_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. rank_300/eval_results.json +41 -0
rank_300/eval_results.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pre_ft": {
3
+ "label": "pre-FT",
4
+ "stsb_spearman": 74.06006479511434,
5
+ "nfcorpus_ndcg10": 20.921377846493368,
6
+ "scifact_ndcg10": 52.75530104777202,
7
+ "arguana_ndcg10": 35.047620192289216,
8
+ "wall_seconds": 47.2
9
+ },
10
+ "post_ft": {
11
+ "label": "post-FT",
12
+ "stsb_spearman": 63.753414195912804,
13
+ "nfcorpus_ndcg10": 18.79164483696448,
14
+ "scifact_ndcg10": 49.96485891638013,
15
+ "arguana_ndcg10": 28.70815172048281,
16
+ "wall_seconds": 2.8
17
+ },
18
+ "config": {
19
+ "experiment": "msmarco_ft_jasper_r300",
20
+ "src_model_repo": "jsanzolac/drifting-glove-distilled-r300",
21
+ "src_ckpt_path": "model.safetensors",
22
+ "src_format": "safetensors",
23
+ "glove_repo": "jsanzolac/drifting-glove-distilled-r300",
24
+ "glove_vocab_size": 82741,
25
+ "rank": 300,
26
+ "d_model": 300,
27
+ "seq_len": 256,
28
+ "batch_size": 256,
29
+ "K_negs": 6,
30
+ "lr_max": 0.0001,
31
+ "lr_min": 1e-06,
32
+ "warmup": 1000,
33
+ "weight_decay": 0.01,
34
+ "grad_clip": 1.0,
35
+ "tau": 0.02,
36
+ "total_steps": 30000,
37
+ "steps_per_epoch": 1088,
38
+ "use_amp": true,
39
+ "created_at": "2026-05-26T03:46:37.127225"
40
+ }
41
+ }