radoslavralev commited on
Commit
fad2168
·
verified ·
1 Parent(s): f728020

Training in progress, step 5000

Browse files
1_Pooling/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "word_embedding_dimension": 384,
3
- "pooling_mode_cls_token": false,
4
- "pooling_mode_mean_tokens": true,
5
  "pooling_mode_max_tokens": false,
6
  "pooling_mode_mean_sqrt_len_tokens": false,
7
  "pooling_mode_weightedmean_tokens": false,
 
1
  {
2
+ "word_embedding_dimension": 512,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
  "pooling_mode_max_tokens": false,
6
  "pooling_mode_mean_sqrt_len_tokens": false,
7
  "pooling_mode_weightedmean_tokens": false,
Information-Retrieval_evaluation_BeIR-touche2020-subset-test_results.csv CHANGED
@@ -1,3 +1,4 @@
1
  epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
2
  -1,-1,0.7142857142857143,0.8979591836734694,0.9387755102040817,1.0,0.7142857142857143,0.015925713751801022,0.6870748299319728,0.045760276621368244,0.6326530612244898,0.06999790748190285,0.553061224489796,0.12237196517849,0.8126660187884677,0.590781089071972,0.25216721309824497
3
  -1,-1,0.7346938775510204,0.8775510204081632,0.9591836734693877,0.9795918367346939,0.7346938775510204,0.01624309573792563,0.6734693877551019,0.04452074460941084,0.6367346938775511,0.07034165898860735,0.5510204081632654,0.12170213074025006,0.8187074829931973,0.5930193473989395,0.2518399254976325
 
 
1
  epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
2
  -1,-1,0.7142857142857143,0.8979591836734694,0.9387755102040817,1.0,0.7142857142857143,0.015925713751801022,0.6870748299319728,0.045760276621368244,0.6326530612244898,0.06999790748190285,0.553061224489796,0.12237196517849,0.8126660187884677,0.590781089071972,0.25216721309824497
3
  -1,-1,0.7346938775510204,0.8775510204081632,0.9591836734693877,0.9795918367346939,0.7346938775510204,0.01624309573792563,0.6734693877551019,0.04452074460941084,0.6367346938775511,0.07034165898860735,0.5510204081632654,0.12170213074025006,0.8187074829931973,0.5930193473989395,0.2518399254976325
4
+ -1,-1,0.673469387755102,0.8571428571428571,0.9387755102040817,0.9591836734693877,0.673469387755102,0.014854954185034354,0.6258503401360543,0.041323822718693934,0.6122448979591837,0.06744310800628797,0.5816326530612245,0.12790902925353234,0.7784256559766765,0.6000606062963675,0.2654061071722756
Information-Retrieval_evaluation_NanoArguAna_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.2,0.56,0.74,0.76,0.2,0.2,0.18666666666666668,0.56,0.14800000000000002,0.74,0.07600000000000001,0.76,0.40222222222222215,0.49058314613975507,0.4109932426184554
3
  -1,-1,0.2,0.56,0.74,0.76,0.2,0.2,0.18666666666666668,0.56,0.14800000000000002,0.74,0.07600000000000001,0.76,0.40222222222222215,0.49058314613975507,0.4109932426184554
4
  -1,-1,0.22,0.5,0.66,0.8,0.22,0.22,0.16666666666666663,0.5,0.132,0.66,0.08,0.8,0.3926269841269841,0.48983349748002636,0.40347638549721887
 
 
2
  -1,-1,0.2,0.56,0.74,0.76,0.2,0.2,0.18666666666666668,0.56,0.14800000000000002,0.74,0.07600000000000001,0.76,0.40222222222222215,0.49058314613975507,0.4109932426184554
3
  -1,-1,0.2,0.56,0.74,0.76,0.2,0.2,0.18666666666666668,0.56,0.14800000000000002,0.74,0.07600000000000001,0.76,0.40222222222222215,0.49058314613975507,0.4109932426184554
4
  -1,-1,0.22,0.5,0.66,0.8,0.22,0.22,0.16666666666666663,0.5,0.132,0.66,0.08,0.8,0.3926269841269841,0.48983349748002636,0.40347638549721887
5
+ -1,-1,0.22,0.56,0.72,0.84,0.22,0.22,0.18666666666666668,0.56,0.14400000000000002,0.72,0.08399999999999999,0.84,0.417611111111111,0.5195582784941274,0.4242292757682783
Information-Retrieval_evaluation_NanoClimateFEVER_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.14,0.32,0.48,0.62,0.14,0.05833333333333333,0.12,0.155,0.10400000000000002,0.22066666666666668,0.07400000000000001,0.30733333333333335,0.27213492063492056,0.215125793679731,0.15431110143807805
3
  -1,-1,0.14,0.32,0.48,0.62,0.14,0.05833333333333333,0.12,0.155,0.10400000000000002,0.22066666666666668,0.07400000000000001,0.30733333333333335,0.27213492063492056,0.215125793679731,0.15431110143807805
4
  -1,-1,0.12,0.28,0.46,0.66,0.12,0.03833333333333333,0.09999999999999998,0.135,0.1,0.23633333333333334,0.07600000000000001,0.32466666666666666,0.2561746031746031,0.20845131843009276,0.14245832634750027
 
 
2
  -1,-1,0.14,0.32,0.48,0.62,0.14,0.05833333333333333,0.12,0.155,0.10400000000000002,0.22066666666666668,0.07400000000000001,0.30733333333333335,0.27213492063492056,0.215125793679731,0.15431110143807805
3
  -1,-1,0.14,0.32,0.48,0.62,0.14,0.05833333333333333,0.12,0.155,0.10400000000000002,0.22066666666666668,0.07400000000000001,0.30733333333333335,0.27213492063492056,0.215125793679731,0.15431110143807805
4
  -1,-1,0.12,0.28,0.46,0.66,0.12,0.03833333333333333,0.09999999999999998,0.135,0.1,0.23633333333333334,0.07600000000000001,0.32466666666666666,0.2561746031746031,0.20845131843009276,0.14245832634750027
5
+ -1,-1,0.28,0.5,0.52,0.72,0.28,0.12,0.16666666666666669,0.22166666666666665,0.10800000000000001,0.2483333333333333,0.08399999999999999,0.36733333333333335,0.39877777777777773,0.28399247526326993,0.21216679851781925
Information-Retrieval_evaluation_NanoDBPedia_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.62,0.84,0.88,0.88,0.62,0.05039842070870112,0.4933333333333333,0.13002690694209756,0.44,0.18830365543570443,0.37199999999999994,0.2679047211992138,0.7323333333333334,0.46809379506385207,0.33243413363446367
3
  -1,-1,0.62,0.84,0.88,0.88,0.62,0.05039842070870112,0.4933333333333333,0.13002690694209756,0.44,0.18830365543570443,0.37199999999999994,0.2679047211992138,0.7323333333333334,0.46809379506385207,0.33243413363446367
4
  -1,-1,0.66,0.76,0.86,0.88,0.66,0.08255861663979128,0.4733333333333334,0.1250415886989628,0.44800000000000006,0.17452224602058436,0.34800000000000003,0.25437495331636306,0.7288333333333334,0.4636652485066659,0.32939375725902226
 
 
2
  -1,-1,0.62,0.84,0.88,0.88,0.62,0.05039842070870112,0.4933333333333333,0.13002690694209756,0.44,0.18830365543570443,0.37199999999999994,0.2679047211992138,0.7323333333333334,0.46809379506385207,0.33243413363446367
3
  -1,-1,0.62,0.84,0.88,0.88,0.62,0.05039842070870112,0.4933333333333333,0.13002690694209756,0.44,0.18830365543570443,0.37199999999999994,0.2679047211992138,0.7323333333333334,0.46809379506385207,0.33243413363446367
4
  -1,-1,0.66,0.76,0.86,0.88,0.66,0.08255861663979128,0.4733333333333334,0.1250415886989628,0.44800000000000006,0.17452224602058436,0.34800000000000003,0.25437495331636306,0.7288333333333334,0.4636652485066659,0.32939375725902226
5
+ -1,-1,0.66,0.78,0.8,0.92,0.66,0.07324232876100338,0.5,0.1458081980942187,0.4160000000000001,0.18062353317681695,0.354,0.2682740597758614,0.7401904761904763,0.4702867365632332,0.35022041415987587
Information-Retrieval_evaluation_NanoFEVER_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.62,0.88,0.94,0.96,0.62,0.5966666666666667,0.30666666666666664,0.8433333333333333,0.19599999999999995,0.8933333333333333,0.09999999999999998,0.9133333333333333,0.753,0.7821095700854137,0.7330432132878941
3
  -1,-1,0.62,0.88,0.94,0.96,0.62,0.5966666666666667,0.30666666666666664,0.8433333333333333,0.19599999999999995,0.8933333333333333,0.09999999999999998,0.9133333333333333,0.753,0.7821095700854137,0.7330432132878941
4
  -1,-1,0.7,0.86,0.9,0.98,0.7,0.6466666666666666,0.2866666666666667,0.8066666666666665,0.184,0.8566666666666666,0.09999999999999998,0.9266666666666667,0.784190476190476,0.7923317127841635,0.7390417679680837
 
 
2
  -1,-1,0.62,0.88,0.94,0.96,0.62,0.5966666666666667,0.30666666666666664,0.8433333333333333,0.19599999999999995,0.8933333333333333,0.09999999999999998,0.9133333333333333,0.753,0.7821095700854137,0.7330432132878941
3
  -1,-1,0.62,0.88,0.94,0.96,0.62,0.5966666666666667,0.30666666666666664,0.8433333333333333,0.19599999999999995,0.8933333333333333,0.09999999999999998,0.9133333333333333,0.753,0.7821095700854137,0.7330432132878941
4
  -1,-1,0.7,0.86,0.9,0.98,0.7,0.6466666666666666,0.2866666666666667,0.8066666666666665,0.184,0.8566666666666666,0.09999999999999998,0.9266666666666667,0.784190476190476,0.7923317127841635,0.7390417679680837
5
+ -1,-1,0.76,0.92,1.0,1.0,0.76,0.7066666666666666,0.32,0.8733333333333333,0.20799999999999996,0.9533333333333333,0.10399999999999998,0.9533333333333333,0.8390000000000001,0.8454367717882709,0.7968940242763771
Information-Retrieval_evaluation_NanoFiQA2018_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.22,0.38,0.54,0.6,0.22,0.11752380952380952,0.15999999999999998,0.21912698412698414,0.14400000000000002,0.34296031746031747,0.088,0.3807380952380952,0.33804761904761904,0.2959832185054632,0.24139316426365195
3
  -1,-1,0.22,0.38,0.54,0.6,0.22,0.11752380952380952,0.15999999999999998,0.21912698412698414,0.14400000000000002,0.34296031746031747,0.088,0.3807380952380952,0.33804761904761904,0.2959832185054632,0.24139316426365195
4
  -1,-1,0.28,0.38,0.52,0.6,0.28,0.12974603174603175,0.16666666666666663,0.20312698412698413,0.14400000000000002,0.2956269841269841,0.08999999999999998,0.3792936507936508,0.3612698412698412,0.29381486022787706,0.24011197414286956
 
 
2
  -1,-1,0.22,0.38,0.54,0.6,0.22,0.11752380952380952,0.15999999999999998,0.21912698412698414,0.14400000000000002,0.34296031746031747,0.088,0.3807380952380952,0.33804761904761904,0.2959832185054632,0.24139316426365195
3
  -1,-1,0.22,0.38,0.54,0.6,0.22,0.11752380952380952,0.15999999999999998,0.21912698412698414,0.14400000000000002,0.34296031746031747,0.088,0.3807380952380952,0.33804761904761904,0.2959832185054632,0.24139316426365195
4
  -1,-1,0.28,0.38,0.52,0.6,0.28,0.12974603174603175,0.16666666666666663,0.20312698412698413,0.14400000000000002,0.2956269841269841,0.08999999999999998,0.3792936507936508,0.3612698412698412,0.29381486022787706,0.24011197414286956
5
+ -1,-1,0.28,0.38,0.44,0.56,0.28,0.12474603174603174,0.16,0.19496031746031747,0.14,0.28234920634920635,0.088,0.3491825396825397,0.34983333333333333,0.28171892775593277,0.23002318958083748
Information-Retrieval_evaluation_NanoHotpotQA_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.6,0.74,0.78,0.86,0.6,0.3,0.32666666666666666,0.49,0.21599999999999994,0.54,0.12599999999999997,0.63,0.6806666666666666,0.5588160498147219,0.47611256957303766
3
  -1,-1,0.6,0.74,0.78,0.86,0.6,0.3,0.32666666666666666,0.49,0.21599999999999994,0.54,0.12599999999999997,0.63,0.6806666666666666,0.5588160498147219,0.47611256957303766
4
  -1,-1,0.64,0.74,0.78,0.84,0.64,0.32,0.3,0.45,0.19599999999999998,0.49,0.11199999999999999,0.56,0.704079365079365,0.5341052902954041,0.46245563144445145
 
 
2
  -1,-1,0.6,0.74,0.78,0.86,0.6,0.3,0.32666666666666666,0.49,0.21599999999999994,0.54,0.12599999999999997,0.63,0.6806666666666666,0.5588160498147219,0.47611256957303766
3
  -1,-1,0.6,0.74,0.78,0.86,0.6,0.3,0.32666666666666666,0.49,0.21599999999999994,0.54,0.12599999999999997,0.63,0.6806666666666666,0.5588160498147219,0.47611256957303766
4
  -1,-1,0.64,0.74,0.78,0.84,0.64,0.32,0.3,0.45,0.19599999999999998,0.49,0.11199999999999999,0.56,0.704079365079365,0.5341052902954041,0.46245563144445145
5
+ -1,-1,0.74,0.84,0.9,0.9,0.74,0.37,0.40666666666666657,0.61,0.27599999999999997,0.69,0.154,0.77,0.8006666666666667,0.7043467589883098,0.6277244926048727
Information-Retrieval_evaluation_NanoMSMARCO_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.22,0.5,0.62,0.74,0.22,0.22,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.39240476190476187,0.47667177266958005,0.406991563991564
3
  -1,-1,0.22,0.5,0.62,0.74,0.22,0.22,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.39240476190476187,0.47667177266958005,0.406991563991564
4
  -1,-1,0.3,0.56,0.66,0.8,0.3,0.3,0.18666666666666665,0.56,0.132,0.66,0.08,0.8,0.4522142857142857,0.5355647548788993,0.4614012040294735
 
 
2
  -1,-1,0.22,0.5,0.62,0.74,0.22,0.22,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.39240476190476187,0.47667177266958005,0.406991563991564
3
  -1,-1,0.22,0.5,0.62,0.74,0.22,0.22,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.39240476190476187,0.47667177266958005,0.406991563991564
4
  -1,-1,0.3,0.56,0.66,0.8,0.3,0.3,0.18666666666666665,0.56,0.132,0.66,0.08,0.8,0.4522142857142857,0.5355647548788993,0.4614012040294735
5
+ -1,-1,0.26,0.56,0.7,0.78,0.26,0.26,0.18666666666666668,0.56,0.14,0.7,0.078,0.78,0.4317142857142857,0.5166057772867828,0.4425420850161611
Information-Retrieval_evaluation_NanoNFCorpus_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.34,0.5,0.58,0.6,0.34,0.01200107748257525,0.3133333333333333,0.042785241025884206,0.292,0.08113445148474485,0.25,0.10803989338634405,0.4345555555555555,0.2802878906182637,0.10597358556555182
3
  -1,-1,0.34,0.5,0.58,0.6,0.34,0.01200107748257525,0.3133333333333333,0.042785241025884206,0.292,0.08113445148474485,0.25,0.10803989338634405,0.4345555555555555,0.2802878906182637,0.10597358556555182
4
  -1,-1,0.36,0.54,0.58,0.66,0.36,0.013678895813410474,0.34,0.05640197371329614,0.308,0.07379464684205841,0.242,0.09966914120321839,0.45522222222222225,0.2773671235823583,0.10548993594921903
 
 
2
  -1,-1,0.34,0.5,0.58,0.6,0.34,0.01200107748257525,0.3133333333333333,0.042785241025884206,0.292,0.08113445148474485,0.25,0.10803989338634405,0.4345555555555555,0.2802878906182637,0.10597358556555182
3
  -1,-1,0.34,0.5,0.58,0.6,0.34,0.01200107748257525,0.3133333333333333,0.042785241025884206,0.292,0.08113445148474485,0.25,0.10803989338634405,0.4345555555555555,0.2802878906182637,0.10597358556555182
4
  -1,-1,0.36,0.54,0.58,0.66,0.36,0.013678895813410474,0.34,0.05640197371329614,0.308,0.07379464684205841,0.242,0.09966914120321839,0.45522222222222225,0.2773671235823583,0.10548993594921903
5
+ -1,-1,0.38,0.46,0.52,0.66,0.38,0.03212466721866998,0.3,0.04815148484556365,0.288,0.0674537100479343,0.262,0.12106237128917721,0.43976984126984114,0.2990794029698064,0.13069447368464218
Information-Retrieval_evaluation_NanoNQ_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.39785714285714285,0.4442430372694745,0.39869586832265574
3
  -1,-1,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.39785714285714285,0.4442430372694745,0.39869586832265574
4
  -1,-1,0.3,0.54,0.62,0.7,0.3,0.29,0.18,0.51,0.132,0.6,0.07400000000000001,0.68,0.43224603174603166,0.48789548101925573,0.4304090341200182
 
 
2
  -1,-1,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.39785714285714285,0.4442430372694745,0.39869586832265574
3
  -1,-1,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.39785714285714285,0.4442430372694745,0.39869586832265574
4
  -1,-1,0.3,0.54,0.62,0.7,0.3,0.29,0.18,0.51,0.132,0.6,0.07400000000000001,0.68,0.43224603174603166,0.48789548101925573,0.4304090341200182
5
+ -1,-1,0.34,0.56,0.62,0.68,0.34,0.31,0.19333333333333333,0.53,0.128,0.59,0.07200000000000001,0.66,0.46341269841269844,0.4981843146804683,0.4486372793651192
Information-Retrieval_evaluation_NanoQuoraRetrieval_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.96,1.0,1.0,1.0,0.96,0.8373333333333334,0.4133333333333333,0.9653333333333333,0.264,0.986,0.13999999999999999,1.0,0.9733333333333334,0.9736013358388067,0.958547619047619
3
  -1,-1,0.96,1.0,1.0,1.0,0.96,0.8373333333333334,0.4133333333333333,0.9653333333333333,0.264,0.986,0.13999999999999999,1.0,0.9733333333333334,0.9736013358388067,0.958547619047619
4
  -1,-1,0.96,0.98,1.0,1.0,0.96,0.8473333333333334,0.4133333333333333,0.9520000000000001,0.264,0.986,0.13999999999999999,1.0,0.975,0.9790267083021519,0.9683809523809523
 
 
2
  -1,-1,0.96,1.0,1.0,1.0,0.96,0.8373333333333334,0.4133333333333333,0.9653333333333333,0.264,0.986,0.13999999999999999,1.0,0.9733333333333334,0.9736013358388067,0.958547619047619
3
  -1,-1,0.96,1.0,1.0,1.0,0.96,0.8373333333333334,0.4133333333333333,0.9653333333333333,0.264,0.986,0.13999999999999999,1.0,0.9733333333333334,0.9736013358388067,0.958547619047619
4
  -1,-1,0.96,0.98,1.0,1.0,0.96,0.8473333333333334,0.4133333333333333,0.9520000000000001,0.264,0.986,0.13999999999999999,1.0,0.975,0.9790267083021519,0.9683809523809523
5
+ -1,-1,0.94,0.98,1.0,1.0,0.94,0.8273333333333334,0.4133333333333333,0.9520000000000001,0.264,0.986,0.13999999999999999,1.0,0.9640000000000001,0.9693718101249,0.9546825396825398
Information-Retrieval_evaluation_NanoSCIDOCS_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.46,0.64,0.78,0.82,0.46,0.09766666666666668,0.3533333333333333,0.21966666666666665,0.3,0.30966666666666665,0.18799999999999997,0.38666666666666655,0.5706666666666667,0.3818424009361081,0.30532272577213904
3
  -1,-1,0.46,0.64,0.78,0.82,0.46,0.09766666666666668,0.3533333333333333,0.21966666666666665,0.3,0.30966666666666665,0.18799999999999997,0.38666666666666655,0.5706666666666667,0.3818424009361081,0.30532272577213904
4
  -1,-1,0.46,0.66,0.76,0.82,0.46,0.09766666666666668,0.34,0.21166666666666667,0.27599999999999997,0.2846666666666666,0.19399999999999998,0.3986666666666666,0.5684444444444444,0.38054185058113466,0.29482712989551213
 
 
2
  -1,-1,0.46,0.64,0.78,0.82,0.46,0.09766666666666668,0.3533333333333333,0.21966666666666665,0.3,0.30966666666666665,0.18799999999999997,0.38666666666666655,0.5706666666666667,0.3818424009361081,0.30532272577213904
3
  -1,-1,0.46,0.64,0.78,0.82,0.46,0.09766666666666668,0.3533333333333333,0.21966666666666665,0.3,0.30966666666666665,0.18799999999999997,0.38666666666666655,0.5706666666666667,0.3818424009361081,0.30532272577213904
4
  -1,-1,0.46,0.66,0.76,0.82,0.46,0.09766666666666668,0.34,0.21166666666666667,0.27599999999999997,0.2846666666666666,0.19399999999999998,0.3986666666666666,0.5684444444444444,0.38054185058113466,0.29482712989551213
5
+ -1,-1,0.44,0.72,0.8,0.9,0.44,0.09266666666666666,0.36666666666666664,0.22666666666666666,0.284,0.29166666666666663,0.18799999999999997,0.3856666666666666,0.5949444444444444,0.3848988062074523,0.3093365232956528
Information-Retrieval_evaluation_NanoSciFact_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.48,0.6,0.64,0.8,0.48,0.435,0.22666666666666668,0.585,0.148,0.63,0.09,0.79,0.5592777777777777,0.6050538780432089,0.5513100730514523
3
  -1,-1,0.48,0.6,0.64,0.8,0.48,0.435,0.22666666666666668,0.585,0.148,0.63,0.09,0.79,0.5592777777777777,0.6050538780432089,0.5513100730514523
4
  -1,-1,0.42,0.64,0.72,0.78,0.42,0.375,0.2333333333333333,0.615,0.16,0.7,0.088,0.77,0.5500238095238096,0.5949205162858369,0.5379955882174889
 
 
2
  -1,-1,0.48,0.6,0.64,0.8,0.48,0.435,0.22666666666666668,0.585,0.148,0.63,0.09,0.79,0.5592777777777777,0.6050538780432089,0.5513100730514523
3
  -1,-1,0.48,0.6,0.64,0.8,0.48,0.435,0.22666666666666668,0.585,0.148,0.63,0.09,0.79,0.5592777777777777,0.6050538780432089,0.5513100730514523
4
  -1,-1,0.42,0.64,0.72,0.78,0.42,0.375,0.2333333333333333,0.615,0.16,0.7,0.088,0.77,0.5500238095238096,0.5949205162858369,0.5379955882174889
5
+ -1,-1,0.66,0.78,0.78,0.8,0.66,0.615,0.28,0.76,0.17199999999999996,0.765,0.08999999999999998,0.79,0.7228571428571428,0.733200404338037,0.7167485636699191
Information-Retrieval_evaluation_NanoTouche2020_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.4489795918367347,0.7142857142857143,0.8367346938775511,0.9795918367346939,0.4489795918367347,0.03145284890764548,0.3877551020408163,0.08052290820807267,0.37959183673469393,0.12752705262749714,0.3285714285714286,0.21259838452857663,0.6169663103336572,0.36562572315623365,0.2636080363851069
3
  -1,-1,0.4489795918367347,0.7142857142857143,0.8367346938775511,0.9795918367346939,0.4489795918367347,0.03145284890764548,0.3877551020408163,0.08052290820807267,0.37959183673469393,0.12752705262749714,0.3285714285714286,0.21259838452857663,0.6169663103336572,0.36562572315623365,0.2636080363851069
4
  -1,-1,0.4897959183673469,0.8367346938775511,0.8775510204081632,0.9591836734693877,0.4897959183673469,0.0391261657646358,0.46258503401360546,0.09935212519786965,0.4081632653061225,0.14360455232476052,0.35306122448979593,0.23229499710875565,0.6578798185941044,0.39999686542243473,0.28337269656997294
 
 
2
  -1,-1,0.4489795918367347,0.7142857142857143,0.8367346938775511,0.9795918367346939,0.4489795918367347,0.03145284890764548,0.3877551020408163,0.08052290820807267,0.37959183673469393,0.12752705262749714,0.3285714285714286,0.21259838452857663,0.6169663103336572,0.36562572315623365,0.2636080363851069
3
  -1,-1,0.4489795918367347,0.7142857142857143,0.8367346938775511,0.9795918367346939,0.4489795918367347,0.03145284890764548,0.3877551020408163,0.08052290820807267,0.37959183673469393,0.12752705262749714,0.3285714285714286,0.21259838452857663,0.6169663103336572,0.36562572315623365,0.2636080363851069
4
  -1,-1,0.4897959183673469,0.8367346938775511,0.8775510204081632,0.9591836734693877,0.4897959183673469,0.0391261657646358,0.46258503401360546,0.09935212519786965,0.4081632653061225,0.14360455232476052,0.35306122448979593,0.23229499710875565,0.6578798185941044,0.39999686542243473,0.28337269656997294
5
+ -1,-1,0.42857142857142855,0.6938775510204082,0.8571428571428571,0.9591836734693877,0.42857142857142855,0.03138807979253311,0.42176870748299317,0.09060401943508274,0.4244897959183673,0.1535986032297028,0.35918367346938773,0.24399992715703397,0.6046161321671525,0.39516130369687524,0.2987728168236368
NanoBEIR_evaluation_mean_results.csv CHANGED
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
2
  -1,-1,0.42992150706436427,0.6257142857142857,0.7212872841444271,0.7891993720565149,0.42992150706436427,0.24818278127867163,0.27803244374672936,0.4031381056643362,0.22089167974882265,0.47843016489807155,0.15173626373626373,0.5466626482835049,0.5479589469487428,0.4875413547554317,0.4106720689962823
3
  -1,-1,0.42992150706436427,0.6257142857142857,0.7212872841444271,0.7891993720565149,0.42992150706436427,0.24818278127867163,0.27803244374672936,0.4031381056643362,0.22089167974882265,0.47843016489807155,0.15173626373626373,0.5466626482835049,0.5479589469487428,0.4875413547554317,0.4106720689962823
4
  -1,-1,0.4545996860282574,0.6366718995290425,0.7228885400313971,0.8060910518053375,0.4545996860282574,0.2615469007664515,0.2807116692830978,0.40186584654388047,0.2218587127158556,0.4739396227677734,0.1520816326530612,0.5558179032632299,0.5629388627245769,0.49519347906125394,0.41529341414013715
 
 
2
  -1,-1,0.42992150706436427,0.6257142857142857,0.7212872841444271,0.7891993720565149,0.42992150706436427,0.24818278127867163,0.27803244374672936,0.4031381056643362,0.22089167974882265,0.47843016489807155,0.15173626373626373,0.5466626482835049,0.5479589469487428,0.4875413547554317,0.4106720689962823
3
  -1,-1,0.42992150706436427,0.6257142857142857,0.7212872841444271,0.7891993720565149,0.42992150706436427,0.24818278127867163,0.27803244374672936,0.4031381056643362,0.22089167974882265,0.47843016489807155,0.15173626373626373,0.5466626482835049,0.5479589469487428,0.4875413547554317,0.4106720689962823
4
  -1,-1,0.4545996860282574,0.6366718995290425,0.7228885400313971,0.8060910518053375,0.4545996860282574,0.2615469007664515,0.2807116692830978,0.40186584654388047,0.2218587127158556,0.4739396227677734,0.1520816326530612,0.5558179032632299,0.5629388627245769,0.49519347906125394,0.41529341414013715
5
+ -1,-1,0.4914285714285715,0.6718367346938775,0.7428571428571428,0.8245525902668761,0.4914285714285715,0.29101290570653116,0.30013605442176866,0.44409159126937303,0.23019152276295135,0.509873722010538,0.15824489795918367,0.5791424793259958,0.5974918392265332,0.5309109052428821,0.45712865203428704
README.md CHANGED
@@ -5,232 +5,51 @@ tags:
5
  - feature-extraction
6
  - dense
7
  - generated_from_trainer
8
- - dataset_size:359997
9
  - loss:MultipleNegativesRankingLoss
10
- base_model: thenlper/gte-small
11
  widget:
12
- - source_sentence: When do you use Ms. or Mrs.? Is one for a married woman and one
13
- for one that's not married? Which one is for what?
14
  sentences:
15
- - When do you use Ms. or Mrs.? Is one for a married woman and one for one that's
16
- not married? Which one is for what?
17
- - Nations that do/does otherwise? Which one do I use?
18
- - Why don't bikes have a gear indicator?
19
- - source_sentence: Which ointment is applied to the face of UFC fighters at the commencement
20
- of a bout? What does it do?
21
  sentences:
22
- - How can I save a Snapchat video that others posted?
23
- - Which ointment is applied to the face of UFC fighters at the commencement of a
24
- bout? What does it do?
25
- - How do I get the body of a UFC Fighter?
26
- - source_sentence: Do you love the life you live?
27
  sentences:
28
- - Can I do shoulder and triceps workout on same day? What other combinations like
29
- this can I do?
30
- - Do you love the life you're living?
31
- - Where can you find an online TI-84 calculator?
32
- - source_sentence: Ordered food on Swiggy 3 days ago.After accepting my money, said
33
- no more on Menu! When if ever will I atleast get refund in cr card a/c?
34
  sentences:
35
- - Is getting to the Tel Aviv airport to catch a 5:30 AM flight very expensive?
36
- - How do I die and make it look like an accident?
37
- - Ordered food on Swiggy 3 days ago.After accepting my money, said no more on Menu!
38
- When if ever will I atleast get refund in cr card a/c?
39
- - source_sentence: How do you earn money on Quora?
40
  sentences:
41
- - What is a cheap healthy diet I can keep the same and eat every day?
42
- - What are some things new employees should know going into their first day at Maximus?
43
- - What is the best way to make money on Quora?
44
  pipeline_tag: sentence-similarity
45
  library_name: sentence-transformers
46
- metrics:
47
- - cosine_accuracy@1
48
- - cosine_accuracy@3
49
- - cosine_accuracy@5
50
- - cosine_accuracy@10
51
- - cosine_precision@1
52
- - cosine_precision@3
53
- - cosine_precision@5
54
- - cosine_precision@10
55
- - cosine_recall@1
56
- - cosine_recall@3
57
- - cosine_recall@5
58
- - cosine_recall@10
59
- - cosine_ndcg@10
60
- - cosine_mrr@10
61
- - cosine_map@100
62
- model-index:
63
- - name: SentenceTransformer based on thenlper/gte-small
64
- results:
65
- - task:
66
- type: information-retrieval
67
- name: Information Retrieval
68
- dataset:
69
- name: NanoMSMARCO
70
- type: NanoMSMARCO
71
- metrics:
72
- - type: cosine_accuracy@1
73
- value: 0.26
74
- name: Cosine Accuracy@1
75
- - type: cosine_accuracy@3
76
- value: 0.56
77
- name: Cosine Accuracy@3
78
- - type: cosine_accuracy@5
79
- value: 0.7
80
- name: Cosine Accuracy@5
81
- - type: cosine_accuracy@10
82
- value: 0.78
83
- name: Cosine Accuracy@10
84
- - type: cosine_precision@1
85
- value: 0.26
86
- name: Cosine Precision@1
87
- - type: cosine_precision@3
88
- value: 0.18666666666666668
89
- name: Cosine Precision@3
90
- - type: cosine_precision@5
91
- value: 0.14
92
- name: Cosine Precision@5
93
- - type: cosine_precision@10
94
- value: 0.078
95
- name: Cosine Precision@10
96
- - type: cosine_recall@1
97
- value: 0.26
98
- name: Cosine Recall@1
99
- - type: cosine_recall@3
100
- value: 0.56
101
- name: Cosine Recall@3
102
- - type: cosine_recall@5
103
- value: 0.7
104
- name: Cosine Recall@5
105
- - type: cosine_recall@10
106
- value: 0.78
107
- name: Cosine Recall@10
108
- - type: cosine_ndcg@10
109
- value: 0.5166057772867828
110
- name: Cosine Ndcg@10
111
- - type: cosine_mrr@10
112
- value: 0.4317142857142857
113
- name: Cosine Mrr@10
114
- - type: cosine_map@100
115
- value: 0.4425420850161611
116
- name: Cosine Map@100
117
- - task:
118
- type: information-retrieval
119
- name: Information Retrieval
120
- dataset:
121
- name: NanoNQ
122
- type: NanoNQ
123
- metrics:
124
- - type: cosine_accuracy@1
125
- value: 0.34
126
- name: Cosine Accuracy@1
127
- - type: cosine_accuracy@3
128
- value: 0.56
129
- name: Cosine Accuracy@3
130
- - type: cosine_accuracy@5
131
- value: 0.62
132
- name: Cosine Accuracy@5
133
- - type: cosine_accuracy@10
134
- value: 0.68
135
- name: Cosine Accuracy@10
136
- - type: cosine_precision@1
137
- value: 0.34
138
- name: Cosine Precision@1
139
- - type: cosine_precision@3
140
- value: 0.19333333333333333
141
- name: Cosine Precision@3
142
- - type: cosine_precision@5
143
- value: 0.128
144
- name: Cosine Precision@5
145
- - type: cosine_precision@10
146
- value: 0.07200000000000001
147
- name: Cosine Precision@10
148
- - type: cosine_recall@1
149
- value: 0.31
150
- name: Cosine Recall@1
151
- - type: cosine_recall@3
152
- value: 0.53
153
- name: Cosine Recall@3
154
- - type: cosine_recall@5
155
- value: 0.59
156
- name: Cosine Recall@5
157
- - type: cosine_recall@10
158
- value: 0.66
159
- name: Cosine Recall@10
160
- - type: cosine_ndcg@10
161
- value: 0.4981843146804683
162
- name: Cosine Ndcg@10
163
- - type: cosine_mrr@10
164
- value: 0.46341269841269844
165
- name: Cosine Mrr@10
166
- - type: cosine_map@100
167
- value: 0.4486372793651192
168
- name: Cosine Map@100
169
- - task:
170
- type: nano-beir
171
- name: Nano BEIR
172
- dataset:
173
- name: NanoBEIR mean
174
- type: NanoBEIR_mean
175
- metrics:
176
- - type: cosine_accuracy@1
177
- value: 0.30000000000000004
178
- name: Cosine Accuracy@1
179
- - type: cosine_accuracy@3
180
- value: 0.56
181
- name: Cosine Accuracy@3
182
- - type: cosine_accuracy@5
183
- value: 0.6599999999999999
184
- name: Cosine Accuracy@5
185
- - type: cosine_accuracy@10
186
- value: 0.73
187
- name: Cosine Accuracy@10
188
- - type: cosine_precision@1
189
- value: 0.30000000000000004
190
- name: Cosine Precision@1
191
- - type: cosine_precision@3
192
- value: 0.19
193
- name: Cosine Precision@3
194
- - type: cosine_precision@5
195
- value: 0.134
196
- name: Cosine Precision@5
197
- - type: cosine_precision@10
198
- value: 0.07500000000000001
199
- name: Cosine Precision@10
200
- - type: cosine_recall@1
201
- value: 0.28500000000000003
202
- name: Cosine Recall@1
203
- - type: cosine_recall@3
204
- value: 0.545
205
- name: Cosine Recall@3
206
- - type: cosine_recall@5
207
- value: 0.645
208
- name: Cosine Recall@5
209
- - type: cosine_recall@10
210
- value: 0.72
211
- name: Cosine Recall@10
212
- - type: cosine_ndcg@10
213
- value: 0.5073950459836256
214
- name: Cosine Ndcg@10
215
- - type: cosine_mrr@10
216
- value: 0.4475634920634921
217
- name: Cosine Mrr@10
218
- - type: cosine_map@100
219
- value: 0.44558968219064016
220
- name: Cosine Map@100
221
  ---
222
 
223
- # SentenceTransformer based on thenlper/gte-small
224
 
225
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [thenlper/gte-small](https://huggingface.co/thenlper/gte-small). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
226
 
227
  ## Model Details
228
 
229
  ### Model Description
230
  - **Model Type:** Sentence Transformer
231
- - **Base model:** [thenlper/gte-small](https://huggingface.co/thenlper/gte-small) <!-- at revision 17e1f347d17fe144873b1201da91788898c639cd -->
232
  - **Maximum Sequence Length:** 128 tokens
233
- - **Output Dimensionality:** 384 dimensions
234
  - **Similarity Function:** Cosine Similarity
235
  <!-- - **Training Dataset:** Unknown -->
236
  <!-- - **Language:** Unknown -->
@@ -247,8 +66,7 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [t
247
  ```
248
  SentenceTransformer(
249
  (0): Transformer({'max_seq_length': 128, 'do_lower_case': False, 'architecture': 'BertModel'})
250
- (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
251
- (2): Normalize()
252
  )
253
  ```
254
 
@@ -267,23 +85,23 @@ Then you can load this model and run inference.
267
  from sentence_transformers import SentenceTransformer
268
 
269
  # Download from the 🤗 Hub
270
- model = SentenceTransformer("redis/model-a-baseline")
271
  # Run inference
272
  sentences = [
273
- 'How do you earn money on Quora?',
274
- 'What is the best way to make money on Quora?',
275
- 'What are some things new employees should know going into their first day at Maximus?',
276
  ]
277
  embeddings = model.encode(sentences)
278
  print(embeddings.shape)
279
- # [3, 384]
280
 
281
  # Get the similarity scores for the embeddings
282
  similarities = model.similarity(embeddings, embeddings)
283
  print(similarities)
284
- # tensor([[1.0000, 0.9939, 0.0183],
285
- # [0.9939, 1.0001, 0.0223],
286
- # [0.0183, 0.0223, 1.0000]])
287
  ```
288
 
289
  <!--
@@ -310,65 +128,6 @@ You can finetune this model on your own dataset.
310
  *List how the model may foreseeably be misused and address what users ought not to do with the model.*
311
  -->
312
 
313
- ## Evaluation
314
-
315
- ### Metrics
316
-
317
- #### Information Retrieval
318
-
319
- * Datasets: `NanoMSMARCO` and `NanoNQ`
320
- * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
321
-
322
- | Metric | NanoMSMARCO | NanoNQ |
323
- |:--------------------|:------------|:-----------|
324
- | cosine_accuracy@1 | 0.26 | 0.34 |
325
- | cosine_accuracy@3 | 0.56 | 0.56 |
326
- | cosine_accuracy@5 | 0.7 | 0.62 |
327
- | cosine_accuracy@10 | 0.78 | 0.68 |
328
- | cosine_precision@1 | 0.26 | 0.34 |
329
- | cosine_precision@3 | 0.1867 | 0.1933 |
330
- | cosine_precision@5 | 0.14 | 0.128 |
331
- | cosine_precision@10 | 0.078 | 0.072 |
332
- | cosine_recall@1 | 0.26 | 0.31 |
333
- | cosine_recall@3 | 0.56 | 0.53 |
334
- | cosine_recall@5 | 0.7 | 0.59 |
335
- | cosine_recall@10 | 0.78 | 0.66 |
336
- | **cosine_ndcg@10** | **0.5166** | **0.4982** |
337
- | cosine_mrr@10 | 0.4317 | 0.4634 |
338
- | cosine_map@100 | 0.4425 | 0.4486 |
339
-
340
- #### Nano BEIR
341
-
342
- * Dataset: `NanoBEIR_mean`
343
- * Evaluated with [<code>NanoBEIREvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.NanoBEIREvaluator) with these parameters:
344
- ```json
345
- {
346
- "dataset_names": [
347
- "msmarco",
348
- "nq"
349
- ],
350
- "dataset_id": "lightonai/NanoBEIR-en"
351
- }
352
- ```
353
-
354
- | Metric | Value |
355
- |:--------------------|:-----------|
356
- | cosine_accuracy@1 | 0.3 |
357
- | cosine_accuracy@3 | 0.56 |
358
- | cosine_accuracy@5 | 0.66 |
359
- | cosine_accuracy@10 | 0.73 |
360
- | cosine_precision@1 | 0.3 |
361
- | cosine_precision@3 | 0.19 |
362
- | cosine_precision@5 | 0.134 |
363
- | cosine_precision@10 | 0.075 |
364
- | cosine_recall@1 | 0.285 |
365
- | cosine_recall@3 | 0.545 |
366
- | cosine_recall@5 | 0.645 |
367
- | cosine_recall@10 | 0.72 |
368
- | **cosine_ndcg@10** | **0.5074** |
369
- | cosine_mrr@10 | 0.4476 |
370
- | cosine_map@100 | 0.4456 |
371
-
372
  <!--
373
  ## Bias, Risks and Limitations
374
 
@@ -387,49 +146,23 @@ You can finetune this model on your own dataset.
387
 
388
  #### Unnamed Dataset
389
 
390
- * Size: 359,997 training samples
391
- * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
392
- * Approximate statistics based on the first 1000 samples:
393
- | | anchor | positive | negative |
394
- |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
395
- | type | string | string | string |
396
- | details | <ul><li>min: 4 tokens</li><li>mean: 15.46 tokens</li><li>max: 49 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 15.52 tokens</li><li>max: 49 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 16.99 tokens</li><li>max: 128 tokens</li></ul> |
397
- * Samples:
398
- | anchor | positive | negative |
399
- |:--------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|
400
- | <code>Shall I upgrade my iPhone 5s to iOS 10 final version?</code> | <code>Should I upgrade an iPhone 5s to iOS 10?</code> | <code>Whether extension of CA-articleship is to be served at same firm/company?</code> |
401
- | <code>Is Donald Trump really going to be the president of United States?</code> | <code>Do you think Donald Trump could conceivably be the next President of the United States?</code> | <code>Since solid carbon dioxide is dry ice and incredibly cold, why doesn't it have an effect on global warming?</code> |
402
- | <code>What are real tips to improve work life balance?</code> | <code>What are the best ways to create a work life balance?</code> | <code>How do you open a briefcase combination lock without the combination?</code> |
403
- * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
404
- ```json
405
- {
406
- "scale": 7.0,
407
- "similarity_fct": "cos_sim",
408
- "gather_across_devices": false
409
- }
410
- ```
411
-
412
- ### Evaluation Dataset
413
-
414
- #### Unnamed Dataset
415
-
416
- * Size: 40,000 evaluation samples
417
- * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
418
  * Approximate statistics based on the first 1000 samples:
419
- | | anchor | positive | negative |
420
- |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
421
- | type | string | string | string |
422
- | details | <ul><li>min: 6 tokens</li><li>mean: 15.71 tokens</li><li>max: 65 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 15.79 tokens</li><li>max: 65 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 16.97 tokens</li><li>max: 78 tokens</li></ul> |
423
  * Samples:
424
- | anchor | positive | negative |
425
- |:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------|
426
- | <code>Why were feathered dinosaur fossils only found in the last 20 years?</code> | <code>Why were feathered dinosaur fossils only found in the last 20 years?</code> | <code>Why are only few people aware that many dinosaurs had feathers?</code> |
427
- | <code>If FOX News is the conservative news station, which cable news network is for liberals/progressives?</code> | <code>If FOX News is the conservative news station, which cable news network is for liberals/progressives?</code> | <code>How much did Fox News and conservative leaning media networks stoke the anger that contributed to Donald Trump's popularity?</code> |
428
- | <code>How can guys last longer during sex?</code> | <code>How do I last longer in sex?</code> | <code>What is a permanent solution for rough and puffy hair?</code> |
429
  * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
430
  ```json
431
  {
432
- "scale": 7.0,
433
  "similarity_fct": "cos_sim",
434
  "gather_across_devices": false
435
  }
@@ -438,49 +171,36 @@ You can finetune this model on your own dataset.
438
  ### Training Hyperparameters
439
  #### Non-Default Hyperparameters
440
 
441
- - `eval_strategy`: steps
442
- - `per_device_train_batch_size`: 128
443
- - `per_device_eval_batch_size`: 128
444
- - `learning_rate`: 2e-05
445
- - `weight_decay`: 0.0001
446
- - `max_steps`: 5000
447
- - `warmup_ratio`: 0.1
448
  - `fp16`: True
449
- - `dataloader_drop_last`: True
450
- - `dataloader_num_workers`: 1
451
- - `dataloader_prefetch_factor`: 1
452
- - `load_best_model_at_end`: True
453
- - `optim`: adamw_torch
454
- - `ddp_find_unused_parameters`: False
455
- - `push_to_hub`: True
456
- - `hub_model_id`: redis/model-a-baseline
457
- - `eval_on_start`: True
458
 
459
  #### All Hyperparameters
460
  <details><summary>Click to expand</summary>
461
 
462
  - `overwrite_output_dir`: False
463
  - `do_predict`: False
464
- - `eval_strategy`: steps
465
  - `prediction_loss_only`: True
466
- - `per_device_train_batch_size`: 128
467
- - `per_device_eval_batch_size`: 128
468
  - `per_gpu_train_batch_size`: None
469
  - `per_gpu_eval_batch_size`: None
470
  - `gradient_accumulation_steps`: 1
471
  - `eval_accumulation_steps`: None
472
  - `torch_empty_cache_steps`: None
473
- - `learning_rate`: 2e-05
474
- - `weight_decay`: 0.0001
475
  - `adam_beta1`: 0.9
476
  - `adam_beta2`: 0.999
477
  - `adam_epsilon`: 1e-08
478
- - `max_grad_norm`: 1.0
479
- - `num_train_epochs`: 3.0
480
- - `max_steps`: 5000
481
  - `lr_scheduler_type`: linear
482
  - `lr_scheduler_kwargs`: {}
483
- - `warmup_ratio`: 0.1
484
  - `warmup_steps`: 0
485
  - `log_level`: passive
486
  - `log_level_replica`: warning
@@ -508,14 +228,14 @@ You can finetune this model on your own dataset.
508
  - `tpu_num_cores`: None
509
  - `tpu_metrics_debug`: False
510
  - `debug`: []
511
- - `dataloader_drop_last`: True
512
- - `dataloader_num_workers`: 1
513
- - `dataloader_prefetch_factor`: 1
514
  - `past_index`: -1
515
  - `disable_tqdm`: False
516
  - `remove_unused_columns`: True
517
  - `label_names`: None
518
- - `load_best_model_at_end`: True
519
  - `ignore_data_skip`: False
520
  - `fsdp`: []
521
  - `fsdp_min_num_params`: 0
@@ -525,23 +245,23 @@ You can finetune this model on your own dataset.
525
  - `parallelism_config`: None
526
  - `deepspeed`: None
527
  - `label_smoothing_factor`: 0.0
528
- - `optim`: adamw_torch
529
  - `optim_args`: None
530
  - `adafactor`: False
531
  - `group_by_length`: False
532
  - `length_column_name`: length
533
  - `project`: huggingface
534
  - `trackio_space_id`: trackio
535
- - `ddp_find_unused_parameters`: False
536
  - `ddp_bucket_cap_mb`: None
537
  - `ddp_broadcast_buffers`: False
538
  - `dataloader_pin_memory`: True
539
  - `dataloader_persistent_workers`: False
540
  - `skip_memory_metrics`: True
541
  - `use_legacy_prediction_loop`: False
542
- - `push_to_hub`: True
543
  - `resume_from_checkpoint`: None
544
- - `hub_model_id`: redis/model-a-baseline
545
  - `hub_strategy`: every_save
546
  - `hub_private_repo`: None
547
  - `hub_always_push`: False
@@ -568,43 +288,31 @@ You can finetune this model on your own dataset.
568
  - `neftune_noise_alpha`: None
569
  - `optim_target_modules`: None
570
  - `batch_eval_metrics`: False
571
- - `eval_on_start`: True
572
  - `use_liger_kernel`: False
573
  - `liger_kernel_config`: None
574
  - `eval_use_gather_object`: False
575
  - `average_tokens_across_devices`: True
576
  - `prompts`: None
577
  - `batch_sampler`: batch_sampler
578
- - `multi_dataset_batch_sampler`: proportional
579
  - `router_mapping`: {}
580
  - `learning_rate_mapping`: {}
581
 
582
  </details>
583
 
584
  ### Training Logs
585
- | Epoch | Step | Training Loss | Validation Loss | NanoMSMARCO_cosine_ndcg@10 | NanoNQ_cosine_ndcg@10 | NanoBEIR_mean_cosine_ndcg@10 |
586
- |:------:|:----:|:-------------:|:---------------:|:--------------------------:|:---------------------:|:----------------------------:|
587
- | 0 | 0 | - | 3.6640 | 0.6259 | 0.6583 | 0.6421 |
588
- | 0.0889 | 250 | 2.5091 | 0.4913 | 0.5518 | 0.5570 | 0.5544 |
589
- | 0.1778 | 500 | 0.6206 | 0.4434 | 0.5891 | 0.5412 | 0.5651 |
590
- | 0.2667 | 750 | 0.5549 | 0.4244 | 0.5579 | 0.5372 | 0.5475 |
591
- | 0.3556 | 1000 | 0.5305 | 0.4144 | 0.5611 | 0.5284 | 0.5447 |
592
- | 0.4445 | 1250 | 0.5155 | 0.4080 | 0.5410 | 0.5196 | 0.5303 |
593
- | 0.5334 | 1500 | 0.5101 | 0.4031 | 0.5497 | 0.5281 | 0.5389 |
594
- | 0.6223 | 1750 | 0.5035 | 0.4002 | 0.5329 | 0.5259 | 0.5294 |
595
- | 0.7112 | 2000 | 0.4955 | 0.3965 | 0.5299 | 0.5412 | 0.5356 |
596
- | 0.8001 | 2250 | 0.4906 | 0.3941 | 0.5402 | 0.5250 | 0.5326 |
597
- | 0.8890 | 2500 | 0.4882 | 0.3919 | 0.5323 | 0.5316 | 0.5320 |
598
- | 0.9780 | 2750 | 0.4845 | 0.3904 | 0.5260 | 0.5121 | 0.5190 |
599
- | 1.0669 | 3000 | 0.4769 | 0.3885 | 0.5208 | 0.5235 | 0.5221 |
600
- | 1.1558 | 3250 | 0.4745 | 0.3876 | 0.5216 | 0.5019 | 0.5117 |
601
- | 1.2447 | 3500 | 0.4718 | 0.3867 | 0.5110 | 0.5030 | 0.5070 |
602
- | 1.3336 | 3750 | 0.47 | 0.3863 | 0.5122 | 0.5008 | 0.5065 |
603
- | 1.4225 | 4000 | 0.4681 | 0.3855 | 0.5108 | 0.4988 | 0.5048 |
604
- | 1.5114 | 4250 | 0.4668 | 0.3846 | 0.5096 | 0.4937 | 0.5016 |
605
- | 1.6003 | 4500 | 0.4669 | 0.3843 | 0.5082 | 0.4982 | 0.5032 |
606
- | 1.6892 | 4750 | 0.4661 | 0.3840 | 0.5166 | 0.4982 | 0.5074 |
607
- | 1.7781 | 5000 | 0.467 | 0.3838 | 0.5166 | 0.4982 | 0.5074 |
608
 
609
 
610
  ### Framework Versions
@@ -613,7 +321,7 @@ You can finetune this model on your own dataset.
613
  - Transformers: 4.57.3
614
  - PyTorch: 2.9.1+cu128
615
  - Accelerate: 1.12.0
616
- - Datasets: 2.21.0
617
  - Tokenizers: 0.22.1
618
 
619
  ## Citation
 
5
  - feature-extraction
6
  - dense
7
  - generated_from_trainer
8
+ - dataset_size:100000
9
  - loss:MultipleNegativesRankingLoss
10
+ base_model: prajjwal1/bert-small
11
  widget:
12
+ - source_sentence: How do I polish my English skills?
 
13
  sentences:
14
+ - How can we polish English skills?
15
+ - Why should I move to Israel as a Jew?
16
+ - What are vitamins responsible for?
17
+ - source_sentence: Can I use the Kozuka Gothic Pro font as a font-face on my web site?
 
 
18
  sentences:
19
+ - Can I use the Kozuka Gothic Pro font as a font-face on my web site?
20
+ - Why are Google, Facebook, YouTube and other social networking sites banned in
21
+ China?
22
+ - What font is used in Bloomberg Terminal?
23
+ - source_sentence: Is Quora the best Q&A site?
24
  sentences:
25
+ - What was the best Quora question ever?
26
+ - Is Quora the best inquiry site?
27
+ - Where do I buy Oway hair products online?
28
+ - source_sentence: How can I customize my walking speed on Google Maps?
 
 
29
  sentences:
30
+ - How do I bring back Google maps icon in my home screen?
31
+ - How many pages are there in all the Harry Potter books combined?
32
+ - How can I customize my walking speed on Google Maps?
33
+ - source_sentence: DId something exist before the Big Bang?
 
34
  sentences:
35
+ - How can I improve my memory problem?
36
+ - Where can I buy Fairy Tail Manga?
37
+ - Is there a scientific name for what existed before the Big Bang?
38
  pipeline_tag: sentence-similarity
39
  library_name: sentence-transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  ---
41
 
42
+ # SentenceTransformer based on prajjwal1/bert-small
43
 
44
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [prajjwal1/bert-small](https://huggingface.co/prajjwal1/bert-small). It maps sentences & paragraphs to a 512-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
45
 
46
  ## Model Details
47
 
48
  ### Model Description
49
  - **Model Type:** Sentence Transformer
50
+ - **Base model:** [prajjwal1/bert-small](https://huggingface.co/prajjwal1/bert-small) <!-- at revision 0ec5f86f27c1a77d704439db5e01c307ea11b9d4 -->
51
  - **Maximum Sequence Length:** 128 tokens
52
+ - **Output Dimensionality:** 512 dimensions
53
  - **Similarity Function:** Cosine Similarity
54
  <!-- - **Training Dataset:** Unknown -->
55
  <!-- - **Language:** Unknown -->
 
66
  ```
67
  SentenceTransformer(
68
  (0): Transformer({'max_seq_length': 128, 'do_lower_case': False, 'architecture': 'BertModel'})
69
+ (1): Pooling({'word_embedding_dimension': 512, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
 
70
  )
71
  ```
72
 
 
85
  from sentence_transformers import SentenceTransformer
86
 
87
  # Download from the 🤗 Hub
88
+ model = SentenceTransformer("sentence_transformers_model_id")
89
  # Run inference
90
  sentences = [
91
+ 'DId something exist before the Big Bang?',
92
+ 'Is there a scientific name for what existed before the Big Bang?',
93
+ 'Where can I buy Fairy Tail Manga?',
94
  ]
95
  embeddings = model.encode(sentences)
96
  print(embeddings.shape)
97
+ # [3, 512]
98
 
99
  # Get the similarity scores for the embeddings
100
  similarities = model.similarity(embeddings, embeddings)
101
  print(similarities)
102
+ # tensor([[ 1.0000, 0.7596, -0.0398],
103
+ # [ 0.7596, 1.0000, -0.0308],
104
+ # [-0.0398, -0.0308, 1.0000]])
105
  ```
106
 
107
  <!--
 
128
  *List how the model may foreseeably be misused and address what users ought not to do with the model.*
129
  -->
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  <!--
132
  ## Bias, Risks and Limitations
133
 
 
146
 
147
  #### Unnamed Dataset
148
 
149
+ * Size: 100,000 training samples
150
+ * Columns: <code>sentence_0</code>, <code>sentence_1</code>, and <code>sentence_2</code>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  * Approximate statistics based on the first 1000 samples:
152
+ | | sentence_0 | sentence_1 | sentence_2 |
153
+ |:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
154
+ | type | string | string | string |
155
+ | details | <ul><li>min: 3 tokens</li><li>mean: 15.53 tokens</li><li>max: 59 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 15.5 tokens</li><li>max: 59 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 16.87 tokens</li><li>max: 128 tokens</li></ul> |
156
  * Samples:
157
+ | sentence_0 | sentence_1 | sentence_2 |
158
+ |:----------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|
159
+ | <code>Is there visitor entry facility in Jaipur airport. How much is the ticket?</code> | <code>Is there visitor entry facility in Jaipur airport. How much is the ticket?</code> | <code>How much is the airport tax in bogota?</code> |
160
+ | <code>Which concept is more important: good planning or hard work?</code> | <code>Which concept is more important: good planning or hard work?</code> | <code>What is important in life: luck or hard work?</code> |
161
+ | <code>What is the most efficient way to make money?</code> | <code>How can I make my money make money?</code> | <code>What can one learn about Quantum Mechanics in 10 minutes?</code> |
162
  * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
163
  ```json
164
  {
165
+ "scale": 20.0,
166
  "similarity_fct": "cos_sim",
167
  "gather_across_devices": false
168
  }
 
171
  ### Training Hyperparameters
172
  #### Non-Default Hyperparameters
173
 
174
+ - `per_device_train_batch_size`: 64
175
+ - `per_device_eval_batch_size`: 64
 
 
 
 
 
176
  - `fp16`: True
177
+ - `multi_dataset_batch_sampler`: round_robin
 
 
 
 
 
 
 
 
178
 
179
  #### All Hyperparameters
180
  <details><summary>Click to expand</summary>
181
 
182
  - `overwrite_output_dir`: False
183
  - `do_predict`: False
184
+ - `eval_strategy`: no
185
  - `prediction_loss_only`: True
186
+ - `per_device_train_batch_size`: 64
187
+ - `per_device_eval_batch_size`: 64
188
  - `per_gpu_train_batch_size`: None
189
  - `per_gpu_eval_batch_size`: None
190
  - `gradient_accumulation_steps`: 1
191
  - `eval_accumulation_steps`: None
192
  - `torch_empty_cache_steps`: None
193
+ - `learning_rate`: 5e-05
194
+ - `weight_decay`: 0.0
195
  - `adam_beta1`: 0.9
196
  - `adam_beta2`: 0.999
197
  - `adam_epsilon`: 1e-08
198
+ - `max_grad_norm`: 1
199
+ - `num_train_epochs`: 3
200
+ - `max_steps`: -1
201
  - `lr_scheduler_type`: linear
202
  - `lr_scheduler_kwargs`: {}
203
+ - `warmup_ratio`: 0.0
204
  - `warmup_steps`: 0
205
  - `log_level`: passive
206
  - `log_level_replica`: warning
 
228
  - `tpu_num_cores`: None
229
  - `tpu_metrics_debug`: False
230
  - `debug`: []
231
+ - `dataloader_drop_last`: False
232
+ - `dataloader_num_workers`: 0
233
+ - `dataloader_prefetch_factor`: None
234
  - `past_index`: -1
235
  - `disable_tqdm`: False
236
  - `remove_unused_columns`: True
237
  - `label_names`: None
238
+ - `load_best_model_at_end`: False
239
  - `ignore_data_skip`: False
240
  - `fsdp`: []
241
  - `fsdp_min_num_params`: 0
 
245
  - `parallelism_config`: None
246
  - `deepspeed`: None
247
  - `label_smoothing_factor`: 0.0
248
+ - `optim`: adamw_torch_fused
249
  - `optim_args`: None
250
  - `adafactor`: False
251
  - `group_by_length`: False
252
  - `length_column_name`: length
253
  - `project`: huggingface
254
  - `trackio_space_id`: trackio
255
+ - `ddp_find_unused_parameters`: None
256
  - `ddp_bucket_cap_mb`: None
257
  - `ddp_broadcast_buffers`: False
258
  - `dataloader_pin_memory`: True
259
  - `dataloader_persistent_workers`: False
260
  - `skip_memory_metrics`: True
261
  - `use_legacy_prediction_loop`: False
262
+ - `push_to_hub`: False
263
  - `resume_from_checkpoint`: None
264
+ - `hub_model_id`: None
265
  - `hub_strategy`: every_save
266
  - `hub_private_repo`: None
267
  - `hub_always_push`: False
 
288
  - `neftune_noise_alpha`: None
289
  - `optim_target_modules`: None
290
  - `batch_eval_metrics`: False
291
+ - `eval_on_start`: False
292
  - `use_liger_kernel`: False
293
  - `liger_kernel_config`: None
294
  - `eval_use_gather_object`: False
295
  - `average_tokens_across_devices`: True
296
  - `prompts`: None
297
  - `batch_sampler`: batch_sampler
298
+ - `multi_dataset_batch_sampler`: round_robin
299
  - `router_mapping`: {}
300
  - `learning_rate_mapping`: {}
301
 
302
  </details>
303
 
304
  ### Training Logs
305
+ | Epoch | Step | Training Loss |
306
+ |:------:|:----:|:-------------:|
307
+ | 0.3199 | 500 | 0.2284 |
308
+ | 0.6398 | 1000 | 0.0571 |
309
+ | 0.9597 | 1500 | 0.0486 |
310
+ | 1.2796 | 2000 | 0.0378 |
311
+ | 1.5995 | 2500 | 0.0367 |
312
+ | 1.9194 | 3000 | 0.0338 |
313
+ | 2.2393 | 3500 | 0.0327 |
314
+ | 2.5592 | 4000 | 0.0285 |
315
+ | 2.8791 | 4500 | 0.0285 |
 
 
 
 
 
 
 
 
 
 
 
 
316
 
317
 
318
  ### Framework Versions
 
321
  - Transformers: 4.57.3
322
  - PyTorch: 2.9.1+cu128
323
  - Accelerate: 1.12.0
324
+ - Datasets: 4.4.2
325
  - Tokenizers: 0.22.1
326
 
327
  ## Citation
config.json CHANGED
@@ -1,24 +1,45 @@
1
  {
2
  "architectures": [
3
- "BertModel"
4
  ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
 
 
 
 
 
 
 
 
7
  "dtype": "float32",
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 384,
 
 
 
 
 
11
  "initializer_range": 0.02,
12
- "intermediate_size": 1536,
13
- "layer_norm_eps": 1e-12,
14
- "max_position_embeddings": 512,
15
- "model_type": "bert",
 
 
 
 
 
 
16
  "num_attention_heads": 12,
17
- "num_hidden_layers": 12,
18
- "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
 
 
 
 
20
  "transformers_version": "4.57.3",
21
- "type_vocab_size": 2,
22
- "use_cache": true,
23
- "vocab_size": 30522
24
  }
 
1
  {
2
  "architectures": [
3
+ "ModernBertModel"
4
  ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50281,
8
+ "classifier_activation": "gelu",
9
+ "classifier_bias": false,
10
+ "classifier_dropout": 0.0,
11
+ "classifier_pooling": "mean",
12
+ "cls_token_id": 50281,
13
+ "decoder_bias": true,
14
+ "deterministic_flash_attn": false,
15
  "dtype": "float32",
16
+ "embedding_dropout": 0.0,
17
+ "eos_token_id": 50282,
18
+ "global_attn_every_n_layers": 3,
19
+ "global_rope_theta": 160000.0,
20
+ "gradient_checkpointing": false,
21
+ "hidden_activation": "gelu",
22
+ "hidden_size": 768,
23
+ "initializer_cutoff_factor": 2.0,
24
  "initializer_range": 0.02,
25
+ "intermediate_size": 1152,
26
+ "layer_norm_eps": 1e-05,
27
+ "local_attention": 128,
28
+ "local_rope_theta": 10000.0,
29
+ "max_position_embeddings": 8192,
30
+ "mlp_bias": false,
31
+ "mlp_dropout": 0.0,
32
+ "model_type": "modernbert",
33
+ "norm_bias": false,
34
+ "norm_eps": 1e-05,
35
  "num_attention_heads": 12,
36
+ "num_hidden_layers": 22,
37
+ "pad_token_id": 50283,
38
  "position_embedding_type": "absolute",
39
+ "repad_logits_with_grad": false,
40
+ "sep_token_id": 50282,
41
+ "sparse_pred_ignore_index": -100,
42
+ "sparse_prediction": false,
43
  "transformers_version": "4.57.3",
44
+ "vocab_size": 50368
 
 
45
  }
eval/Information-Retrieval_evaluation_NanoMSMARCO_results.csv CHANGED
@@ -83,3 +83,24 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
83
  1.600284495021337,4500,0.26,0.56,0.7,0.76,0.26,0.26,0.18666666666666668,0.56,0.14,0.7,0.07600000000000001,0.76,0.4263809523809524,0.5082058856889958,0.4389900767590395
84
  1.689189189189189,4750,0.26,0.56,0.7,0.78,0.26,0.26,0.18666666666666668,0.56,0.14,0.7,0.078,0.78,0.4317142857142857,0.5166057772867828,0.4425420850161611
85
  1.7780938833570412,5000,0.26,0.56,0.7,0.78,0.26,0.26,0.18666666666666668,0.56,0.14,0.7,0.078,0.78,0.4317142857142857,0.5166057772867828,0.4425420850161611
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  1.600284495021337,4500,0.26,0.56,0.7,0.76,0.26,0.26,0.18666666666666668,0.56,0.14,0.7,0.07600000000000001,0.76,0.4263809523809524,0.5082058856889958,0.4389900767590395
84
  1.689189189189189,4750,0.26,0.56,0.7,0.78,0.26,0.26,0.18666666666666668,0.56,0.14,0.7,0.078,0.78,0.4317142857142857,0.5166057772867828,0.4425420850161611
85
  1.7780938833570412,5000,0.26,0.56,0.7,0.78,0.26,0.26,0.18666666666666668,0.56,0.14,0.7,0.078,0.78,0.4317142857142857,0.5166057772867828,0.4425420850161611
86
+ 0,0,0.44,0.72,0.76,0.86,0.44,0.44,0.24,0.72,0.15200000000000002,0.76,0.08599999999999998,0.86,0.5872222222222222,0.6530251712549636,0.5942230199326107
87
+ 0.08890469416785206,250,0.4,0.66,0.78,0.84,0.4,0.4,0.21999999999999997,0.66,0.15600000000000003,0.78,0.08399999999999999,0.84,0.5537222222222221,0.6233489066081196,0.5635062977957714
88
+ 0.17780938833570412,500,0.36,0.64,0.76,0.86,0.36,0.36,0.21333333333333332,0.64,0.15200000000000002,0.76,0.08599999999999998,0.86,0.5344126984126983,0.6136581255652764,0.5411879592416676
89
+ 0.26671408250355616,750,0.4,0.66,0.68,0.84,0.4,0.4,0.21999999999999997,0.66,0.136,0.68,0.08399999999999999,0.84,0.5555714285714286,0.6243145435136173,0.5640618250272982
90
+ 0.35561877667140823,1000,0.38,0.68,0.74,0.86,0.38,0.38,0.22666666666666668,0.68,0.14800000000000002,0.74,0.08599999999999998,0.86,0.5495793650793651,0.6250033046333645,0.557006253006253
91
+ 0.4445234708392603,1250,0.38,0.66,0.7,0.86,0.38,0.38,0.21999999999999997,0.66,0.14,0.7,0.08599999999999998,0.86,0.5403809523809523,0.6170462223747559,0.5470477611334389
92
+ 0.5334281650071123,1500,0.38,0.62,0.68,0.84,0.38,0.38,0.20666666666666667,0.62,0.136,0.68,0.08399999999999999,0.84,0.5305793650793651,0.6048908769916042,0.538908464901112
93
+ 0.6223328591749644,1750,0.34,0.62,0.74,0.82,0.34,0.34,0.20666666666666667,0.62,0.14800000000000002,0.74,0.08199999999999999,0.82,0.5072698412698412,0.583457909676193,0.5173745553962945
94
+ 0.7112375533428165,2000,0.36,0.62,0.72,0.84,0.36,0.36,0.20666666666666664,0.62,0.14400000000000002,0.72,0.08399999999999999,0.84,0.5175238095238095,0.5955397543812248,0.5268191253191253
95
+ 0.8001422475106685,2250,0.38,0.64,0.72,0.82,0.38,0.38,0.21333333333333332,0.64,0.14400000000000002,0.72,0.08199999999999999,0.82,0.5345238095238095,0.603696422404652,0.5446621125230965
96
+ 0.8890469416785206,2500,0.36,0.66,0.72,0.8,0.36,0.36,0.22,0.66,0.14400000000000002,0.72,0.08,0.8,0.5193571428571429,0.5883743208686202,0.531178052701582
97
+ 0.9779516358463727,2750,0.34,0.66,0.72,0.8,0.34,0.34,0.22,0.66,0.14400000000000002,0.72,0.08,0.8,0.509238095238095,0.5808928079955077,0.5217201394797302
98
+ 1.0668563300142249,3000,0.36,0.62,0.72,0.78,0.36,0.36,0.20666666666666667,0.62,0.14400000000000002,0.72,0.07800000000000001,0.78,0.5021904761904762,0.5700934532257512,0.5138738116598179
99
+ 1.1557610241820768,3250,0.36,0.62,0.72,0.76,0.36,0.36,0.20666666666666667,0.62,0.14400000000000002,0.72,0.07600000000000001,0.76,0.5068571428571428,0.5690721446643242,0.5200125698829765
100
+ 1.2446657183499288,3500,0.38,0.58,0.72,0.76,0.38,0.38,0.19333333333333333,0.58,0.14400000000000002,0.72,0.07600000000000001,0.76,0.5078333333333334,0.569428899857823,0.5212677107789235
101
+ 1.333570412517781,3750,0.36,0.62,0.72,0.78,0.36,0.36,0.20666666666666667,0.62,0.14400000000000002,0.72,0.078,0.78,0.5070238095238095,0.5736393221453866,0.5175857474826515
102
+ 1.422475106685633,4000,0.38,0.6,0.72,0.78,0.38,0.38,0.2,0.6,0.14400000000000002,0.72,0.078,0.78,0.5172698412698412,0.5810965757911744,0.5283554988447523
103
+ 1.5113798008534851,4250,0.32,0.64,0.7,0.76,0.32,0.32,0.21333333333333332,0.64,0.14,0.7,0.07600000000000001,0.76,0.4843809523809523,0.5524731912952869,0.4971737256100805
104
+ 1.600284495021337,4500,0.38,0.62,0.72,0.78,0.38,0.38,0.20666666666666667,0.62,0.14400000000000002,0.72,0.078,0.78,0.5160238095238094,0.5801442520571805,0.5268918517084115
105
+ 1.689189189189189,4750,0.38,0.62,0.72,0.78,0.38,0.38,0.20666666666666667,0.62,0.14400000000000002,0.72,0.078,0.78,0.5157460317460317,0.5798555544347456,0.5268006584975625
106
+ 1.7780938833570412,5000,0.38,0.62,0.72,0.78,0.38,0.38,0.20666666666666667,0.62,0.14400000000000002,0.72,0.078,0.78,0.5150238095238094,0.5792677770404034,0.5260186479155519
eval/Information-Retrieval_evaluation_NanoNQ_results.csv CHANGED
@@ -83,3 +83,24 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
83
  1.600284495021337,4500,0.34,0.56,0.62,0.68,0.34,0.31,0.19333333333333333,0.53,0.128,0.59,0.07200000000000001,0.66,0.46341269841269844,0.4981843146804683,0.44850926901873406
84
  1.689189189189189,4750,0.34,0.56,0.62,0.68,0.34,0.31,0.19333333333333333,0.53,0.128,0.59,0.07200000000000001,0.66,0.46341269841269844,0.4981843146804683,0.4485243115129495
85
  1.7780938833570412,5000,0.34,0.56,0.62,0.68,0.34,0.31,0.19333333333333333,0.53,0.128,0.59,0.07200000000000001,0.66,0.46341269841269844,0.4981843146804683,0.4486372793651192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  1.600284495021337,4500,0.34,0.56,0.62,0.68,0.34,0.31,0.19333333333333333,0.53,0.128,0.59,0.07200000000000001,0.66,0.46341269841269844,0.4981843146804683,0.44850926901873406
84
  1.689189189189189,4750,0.34,0.56,0.62,0.68,0.34,0.31,0.19333333333333333,0.53,0.128,0.59,0.07200000000000001,0.66,0.46341269841269844,0.4981843146804683,0.4485243115129495
85
  1.7780938833570412,5000,0.34,0.56,0.62,0.68,0.34,0.31,0.19333333333333333,0.53,0.128,0.59,0.07200000000000001,0.66,0.46341269841269844,0.4981843146804683,0.4486372793651192
86
+ 0,0,0.52,0.7,0.78,0.84,0.52,0.49,0.2333333333333333,0.65,0.15600000000000003,0.73,0.08999999999999998,0.8,0.6295238095238095,0.655180139603386,0.6050874426120327
87
+ 0.08890469416785206,250,0.52,0.7,0.74,0.82,0.52,0.48,0.23333333333333336,0.65,0.15600000000000003,0.71,0.08999999999999998,0.8,0.6152460317460318,0.6439323830674052,0.590834612167892
88
+ 0.17780938833570412,500,0.52,0.68,0.72,0.8,0.52,0.47,0.23333333333333328,0.64,0.15200000000000002,0.68,0.08799999999999997,0.78,0.6139682539682539,0.6371903799776186,0.5880927716257193
89
+ 0.26671408250355616,750,0.5,0.66,0.74,0.8,0.5,0.45,0.22666666666666666,0.62,0.156,0.7,0.08599999999999998,0.77,0.604079365079365,0.6258743003534032,0.5760735054262106
90
+ 0.35561877667140823,1000,0.42,0.66,0.72,0.8,0.42,0.38,0.2333333333333333,0.63,0.156,0.69,0.08599999999999998,0.77,0.5576031746031745,0.5981468723038755,0.5429824862085043
91
+ 0.4445234708392603,1250,0.46,0.66,0.72,0.8,0.46,0.42,0.22666666666666666,0.62,0.156,0.69,0.08599999999999998,0.77,0.5702380952380952,0.6045200178625042,0.550527864737212
92
+ 0.5334281650071123,1500,0.42,0.62,0.72,0.78,0.42,0.39,0.21333333333333332,0.59,0.156,0.69,0.08399999999999999,0.75,0.5405714285714285,0.5821127911484091,0.5295401715300265
93
+ 0.6223328591749644,1750,0.4,0.58,0.68,0.78,0.4,0.35,0.20666666666666664,0.55,0.14800000000000002,0.65,0.08399999999999999,0.75,0.5228571428571428,0.5619256762628706,0.5001688995702154
94
+ 0.7112375533428165,2000,0.4,0.58,0.7,0.76,0.4,0.36,0.21333333333333332,0.56,0.15200000000000002,0.67,0.08199999999999999,0.73,0.5179126984126984,0.5575556261393345,0.5047886285359457
95
+ 0.8001422475106685,2250,0.46,0.58,0.7,0.76,0.46,0.42,0.2,0.55,0.14800000000000002,0.66,0.08199999999999999,0.73,0.5478333333333333,0.5785671069657581,0.5320591074477433
96
+ 0.8890469416785206,2500,0.42,0.58,0.72,0.78,0.42,0.38,0.2,0.55,0.156,0.69,0.08399999999999999,0.75,0.5283571428571429,0.569127931822496,0.5105739762955421
97
+ 0.9779516358463727,2750,0.4,0.58,0.7,0.78,0.4,0.36,0.2,0.55,0.15200000000000002,0.68,0.08399999999999999,0.75,0.5191666666666667,0.5627046734671732,0.5011601577654209
98
+ 1.0668563300142249,3000,0.42,0.58,0.68,0.76,0.42,0.38,0.2,0.54,0.14400000000000002,0.64,0.08199999999999999,0.73,0.5250238095238094,0.5599080804311154,0.5049299021908467
99
+ 1.1557610241820768,3250,0.38,0.54,0.7,0.74,0.38,0.36,0.18666666666666665,0.5,0.14800000000000002,0.66,0.08,0.71,0.49938095238095237,0.5418779926276425,0.48958588825244265
100
+ 1.2446657183499288,3500,0.42,0.56,0.68,0.74,0.42,0.39,0.2,0.54,0.14400000000000002,0.64,0.078,0.7,0.5208571428571428,0.5533867165556,0.509604859647127
101
+ 1.333570412517781,3750,0.4,0.58,0.68,0.74,0.4,0.38,0.2,0.54,0.14400000000000002,0.64,0.08,0.71,0.512047619047619,0.5519481375051689,0.5032554612510217
102
+ 1.422475106685633,4000,0.38,0.58,0.68,0.74,0.38,0.36,0.2,0.54,0.14400000000000002,0.64,0.08,0.71,0.49835714285714283,0.5415907683742168,0.4895576780176279
103
+ 1.5113798008534851,4250,0.4,0.58,0.66,0.74,0.4,0.38,0.2,0.54,0.14,0.63,0.08,0.71,0.5143571428571428,0.5538335579266234,0.5059206767449402
104
+ 1.600284495021337,4500,0.38,0.56,0.66,0.74,0.38,0.35,0.19333333333333333,0.53,0.14,0.62,0.078,0.7,0.5015714285714286,0.5379880507233898,0.48801468381441493
105
+ 1.689189189189189,4750,0.4,0.58,0.66,0.74,0.4,0.37,0.2,0.54,0.14,0.63,0.078,0.7,0.5143571428571428,0.5474332549729899,0.5004754288333266
106
+ 1.7780938833570412,5000,0.38,0.58,0.66,0.74,0.38,0.36,0.2,0.54,0.14,0.62,0.078,0.7,0.5033571428571428,0.5417937853620868,0.4942594774374801
eval/NanoBEIR_evaluation_mean_results.csv CHANGED
@@ -83,3 +83,24 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accurac
83
  1.600284495021337,4500,0.30000000000000004,0.56,0.6599999999999999,0.72,0.30000000000000004,0.28500000000000003,0.19,0.545,0.134,0.645,0.07400000000000001,0.71,0.4448968253968254,0.5031951001847321,0.4437496728888868
84
  1.689189189189189,4750,0.30000000000000004,0.56,0.6599999999999999,0.73,0.30000000000000004,0.28500000000000003,0.19,0.545,0.134,0.645,0.07500000000000001,0.72,0.4475634920634921,0.5073950459836256,0.4455331982645553
85
  1.7780938833570412,5000,0.30000000000000004,0.56,0.6599999999999999,0.73,0.30000000000000004,0.28500000000000003,0.19,0.545,0.134,0.645,0.07500000000000001,0.72,0.4475634920634921,0.5073950459836256,0.44558968219064016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  1.600284495021337,4500,0.30000000000000004,0.56,0.6599999999999999,0.72,0.30000000000000004,0.28500000000000003,0.19,0.545,0.134,0.645,0.07400000000000001,0.71,0.4448968253968254,0.5031951001847321,0.4437496728888868
84
  1.689189189189189,4750,0.30000000000000004,0.56,0.6599999999999999,0.73,0.30000000000000004,0.28500000000000003,0.19,0.545,0.134,0.645,0.07500000000000001,0.72,0.4475634920634921,0.5073950459836256,0.4455331982645553
85
  1.7780938833570412,5000,0.30000000000000004,0.56,0.6599999999999999,0.73,0.30000000000000004,0.28500000000000003,0.19,0.545,0.134,0.645,0.07500000000000001,0.72,0.4475634920634921,0.5073950459836256,0.44558968219064016
86
+ 0,0,0.48,0.71,0.77,0.85,0.48,0.46499999999999997,0.23666666666666664,0.685,0.15400000000000003,0.745,0.08799999999999998,0.8300000000000001,0.6083730158730158,0.6541026554291748,0.5996552312723218
87
+ 0.08890469416785206,250,0.46,0.6799999999999999,0.76,0.83,0.46,0.44,0.22666666666666668,0.655,0.15600000000000003,0.745,0.087,0.8200000000000001,0.584484126984127,0.6336406448377624,0.5771704549818317
88
+ 0.17780938833570412,500,0.44,0.66,0.74,0.8300000000000001,0.44,0.415,0.2233333333333333,0.64,0.15200000000000002,0.72,0.08699999999999997,0.8200000000000001,0.5741904761904761,0.6254242527714475,0.5646403654336934
89
+ 0.26671408250355616,750,0.45,0.66,0.71,0.8200000000000001,0.45,0.42500000000000004,0.22333333333333333,0.64,0.14600000000000002,0.69,0.08499999999999999,0.8049999999999999,0.5798253968253968,0.6250944219335102,0.5700676652267544
90
+ 0.35561877667140823,1000,0.4,0.67,0.73,0.8300000000000001,0.4,0.38,0.22999999999999998,0.655,0.15200000000000002,0.715,0.08599999999999998,0.815,0.5535912698412698,0.61157508846862,0.5499943696073786
91
+ 0.4445234708392603,1250,0.42000000000000004,0.66,0.71,0.8300000000000001,0.42000000000000004,0.4,0.22333333333333333,0.64,0.14800000000000002,0.695,0.08599999999999998,0.815,0.5553095238095238,0.61078312011863,0.5487878129353254
92
+ 0.5334281650071123,1500,0.4,0.62,0.7,0.81,0.4,0.385,0.21,0.605,0.14600000000000002,0.685,0.08399999999999999,0.7949999999999999,0.5355753968253968,0.5935018340700067,0.5342243182155693
93
+ 0.6223328591749644,1750,0.37,0.6,0.71,0.8,0.37,0.345,0.20666666666666667,0.585,0.14800000000000002,0.6950000000000001,0.08299999999999999,0.7849999999999999,0.515063492063492,0.5726917929695319,0.5087717274832549
94
+ 0.7112375533428165,2000,0.38,0.6,0.71,0.8,0.38,0.36,0.20999999999999996,0.5900000000000001,0.14800000000000002,0.6950000000000001,0.08299999999999999,0.7849999999999999,0.5177182539682539,0.5765476902602796,0.5158038769275355
95
+ 0.8001422475106685,2250,0.42000000000000004,0.61,0.71,0.79,0.42000000000000004,0.4,0.20666666666666667,0.595,0.14600000000000002,0.69,0.08199999999999999,0.7749999999999999,0.5411785714285714,0.591131764685205,0.5383606099854199
96
+ 0.8890469416785206,2500,0.39,0.62,0.72,0.79,0.39,0.37,0.21000000000000002,0.605,0.15000000000000002,0.705,0.08199999999999999,0.775,0.5238571428571428,0.578751126345558,0.520876014498562
97
+ 0.9779516358463727,2750,0.37,0.62,0.71,0.79,0.37,0.35,0.21000000000000002,0.605,0.14800000000000002,0.7,0.08199999999999999,0.775,0.5142023809523808,0.5717987407313405,0.5114401486225755
98
+ 1.0668563300142249,3000,0.39,0.6,0.7,0.77,0.39,0.37,0.20333333333333334,0.5800000000000001,0.14400000000000002,0.6799999999999999,0.08,0.755,0.5136071428571428,0.5650007668284334,0.5094018569253322
99
+ 1.1557610241820768,3250,0.37,0.5800000000000001,0.71,0.75,0.37,0.36,0.19666666666666666,0.56,0.14600000000000002,0.69,0.07800000000000001,0.735,0.5031190476190476,0.5554750686459833,0.5047992290677096
100
+ 1.2446657183499288,3500,0.4,0.5700000000000001,0.7,0.75,0.4,0.385,0.19666666666666666,0.56,0.14400000000000002,0.6799999999999999,0.07700000000000001,0.73,0.514345238095238,0.5614078082067115,0.5154362852130252
101
+ 1.333570412517781,3750,0.38,0.6,0.7,0.76,0.38,0.37,0.20333333333333334,0.5800000000000001,0.14400000000000002,0.6799999999999999,0.079,0.745,0.5095357142857142,0.5627937298252778,0.5104206043668367
102
+ 1.422475106685633,4000,0.38,0.59,0.7,0.76,0.38,0.37,0.2,0.5700000000000001,0.14400000000000002,0.6799999999999999,0.079,0.745,0.507813492063492,0.5613436720826956,0.5089565884311901
103
+ 1.5113798008534851,4250,0.36,0.61,0.6799999999999999,0.75,0.36,0.35,0.20666666666666667,0.5900000000000001,0.14,0.665,0.07800000000000001,0.735,0.49936904761904755,0.5531533746109552,0.5015472011775104
104
+ 1.600284495021337,4500,0.38,0.5900000000000001,0.69,0.76,0.38,0.365,0.2,0.575,0.14200000000000002,0.6699999999999999,0.078,0.74,0.508797619047619,0.5590661513902851,0.5074532677614132
105
+ 1.689189189189189,4750,0.39,0.6,0.69,0.76,0.39,0.375,0.20333333333333334,0.5800000000000001,0.14200000000000002,0.675,0.078,0.74,0.5150515873015873,0.5636444047038678,0.5136380436654446
106
+ 1.7780938833570412,5000,0.38,0.6,0.69,0.76,0.38,0.37,0.20333333333333334,0.5800000000000001,0.14200000000000002,0.6699999999999999,0.078,0.74,0.5091904761904762,0.5605307812012451,0.510139062676516
final_metrics.json CHANGED
@@ -1,231 +1,231 @@
1
  {
2
  "nano_beir": {
3
- "NanoClimateFEVER_cosine_accuracy@1": 0.12,
4
- "NanoClimateFEVER_cosine_accuracy@3": 0.28,
5
- "NanoClimateFEVER_cosine_accuracy@5": 0.46,
6
- "NanoClimateFEVER_cosine_accuracy@10": 0.66,
7
- "NanoClimateFEVER_cosine_precision@1": 0.12,
8
- "NanoClimateFEVER_cosine_precision@3": 0.09999999999999998,
9
- "NanoClimateFEVER_cosine_precision@5": 0.1,
10
- "NanoClimateFEVER_cosine_precision@10": 0.07600000000000001,
11
- "NanoClimateFEVER_cosine_recall@1": 0.03833333333333333,
12
- "NanoClimateFEVER_cosine_recall@3": 0.135,
13
- "NanoClimateFEVER_cosine_recall@5": 0.23633333333333334,
14
- "NanoClimateFEVER_cosine_recall@10": 0.32466666666666666,
15
- "NanoClimateFEVER_cosine_ndcg@10": 0.20845131843009276,
16
- "NanoClimateFEVER_cosine_mrr@10": 0.2561746031746031,
17
- "NanoClimateFEVER_cosine_map@100": 0.14245832634750027,
18
  "NanoDBPedia_cosine_accuracy@1": 0.66,
19
- "NanoDBPedia_cosine_accuracy@3": 0.76,
20
- "NanoDBPedia_cosine_accuracy@5": 0.86,
21
- "NanoDBPedia_cosine_accuracy@10": 0.88,
22
  "NanoDBPedia_cosine_precision@1": 0.66,
23
- "NanoDBPedia_cosine_precision@3": 0.4733333333333334,
24
- "NanoDBPedia_cosine_precision@5": 0.44800000000000006,
25
- "NanoDBPedia_cosine_precision@10": 0.34800000000000003,
26
- "NanoDBPedia_cosine_recall@1": 0.08255861663979128,
27
- "NanoDBPedia_cosine_recall@3": 0.1250415886989628,
28
- "NanoDBPedia_cosine_recall@5": 0.17452224602058436,
29
- "NanoDBPedia_cosine_recall@10": 0.25437495331636306,
30
- "NanoDBPedia_cosine_ndcg@10": 0.4636652485066659,
31
- "NanoDBPedia_cosine_mrr@10": 0.7288333333333334,
32
- "NanoDBPedia_cosine_map@100": 0.32939375725902226,
33
- "NanoFEVER_cosine_accuracy@1": 0.7,
34
- "NanoFEVER_cosine_accuracy@3": 0.86,
35
- "NanoFEVER_cosine_accuracy@5": 0.9,
36
- "NanoFEVER_cosine_accuracy@10": 0.98,
37
- "NanoFEVER_cosine_precision@1": 0.7,
38
- "NanoFEVER_cosine_precision@3": 0.2866666666666667,
39
- "NanoFEVER_cosine_precision@5": 0.184,
40
- "NanoFEVER_cosine_precision@10": 0.09999999999999998,
41
- "NanoFEVER_cosine_recall@1": 0.6466666666666666,
42
- "NanoFEVER_cosine_recall@3": 0.8066666666666665,
43
- "NanoFEVER_cosine_recall@5": 0.8566666666666666,
44
- "NanoFEVER_cosine_recall@10": 0.9266666666666667,
45
- "NanoFEVER_cosine_ndcg@10": 0.7923317127841635,
46
- "NanoFEVER_cosine_mrr@10": 0.784190476190476,
47
- "NanoFEVER_cosine_map@100": 0.7390417679680837,
48
  "NanoFiQA2018_cosine_accuracy@1": 0.28,
49
  "NanoFiQA2018_cosine_accuracy@3": 0.38,
50
- "NanoFiQA2018_cosine_accuracy@5": 0.52,
51
- "NanoFiQA2018_cosine_accuracy@10": 0.6,
52
  "NanoFiQA2018_cosine_precision@1": 0.28,
53
- "NanoFiQA2018_cosine_precision@3": 0.16666666666666663,
54
- "NanoFiQA2018_cosine_precision@5": 0.14400000000000002,
55
- "NanoFiQA2018_cosine_precision@10": 0.08999999999999998,
56
- "NanoFiQA2018_cosine_recall@1": 0.12974603174603175,
57
- "NanoFiQA2018_cosine_recall@3": 0.20312698412698413,
58
- "NanoFiQA2018_cosine_recall@5": 0.2956269841269841,
59
- "NanoFiQA2018_cosine_recall@10": 0.3792936507936508,
60
- "NanoFiQA2018_cosine_ndcg@10": 0.29381486022787706,
61
- "NanoFiQA2018_cosine_mrr@10": 0.3612698412698412,
62
- "NanoFiQA2018_cosine_map@100": 0.24011197414286956,
63
- "NanoHotpotQA_cosine_accuracy@1": 0.64,
64
- "NanoHotpotQA_cosine_accuracy@3": 0.74,
65
- "NanoHotpotQA_cosine_accuracy@5": 0.78,
66
- "NanoHotpotQA_cosine_accuracy@10": 0.84,
67
- "NanoHotpotQA_cosine_precision@1": 0.64,
68
- "NanoHotpotQA_cosine_precision@3": 0.3,
69
- "NanoHotpotQA_cosine_precision@5": 0.19599999999999998,
70
- "NanoHotpotQA_cosine_precision@10": 0.11199999999999999,
71
- "NanoHotpotQA_cosine_recall@1": 0.32,
72
- "NanoHotpotQA_cosine_recall@3": 0.45,
73
- "NanoHotpotQA_cosine_recall@5": 0.49,
74
- "NanoHotpotQA_cosine_recall@10": 0.56,
75
- "NanoHotpotQA_cosine_ndcg@10": 0.5341052902954041,
76
- "NanoHotpotQA_cosine_mrr@10": 0.704079365079365,
77
- "NanoHotpotQA_cosine_map@100": 0.46245563144445145,
78
- "NanoMSMARCO_cosine_accuracy@1": 0.3,
79
  "NanoMSMARCO_cosine_accuracy@3": 0.56,
80
- "NanoMSMARCO_cosine_accuracy@5": 0.66,
81
- "NanoMSMARCO_cosine_accuracy@10": 0.8,
82
- "NanoMSMARCO_cosine_precision@1": 0.3,
83
- "NanoMSMARCO_cosine_precision@3": 0.18666666666666665,
84
- "NanoMSMARCO_cosine_precision@5": 0.132,
85
- "NanoMSMARCO_cosine_precision@10": 0.08,
86
- "NanoMSMARCO_cosine_recall@1": 0.3,
87
  "NanoMSMARCO_cosine_recall@3": 0.56,
88
- "NanoMSMARCO_cosine_recall@5": 0.66,
89
- "NanoMSMARCO_cosine_recall@10": 0.8,
90
- "NanoMSMARCO_cosine_ndcg@10": 0.5355647548788993,
91
- "NanoMSMARCO_cosine_mrr@10": 0.4522142857142857,
92
- "NanoMSMARCO_cosine_map@100": 0.4614012040294735,
93
- "NanoNFCorpus_cosine_accuracy@1": 0.36,
94
- "NanoNFCorpus_cosine_accuracy@3": 0.54,
95
- "NanoNFCorpus_cosine_accuracy@5": 0.58,
96
  "NanoNFCorpus_cosine_accuracy@10": 0.66,
97
- "NanoNFCorpus_cosine_precision@1": 0.36,
98
- "NanoNFCorpus_cosine_precision@3": 0.34,
99
- "NanoNFCorpus_cosine_precision@5": 0.308,
100
- "NanoNFCorpus_cosine_precision@10": 0.242,
101
- "NanoNFCorpus_cosine_recall@1": 0.013678895813410474,
102
- "NanoNFCorpus_cosine_recall@3": 0.05640197371329614,
103
- "NanoNFCorpus_cosine_recall@5": 0.07379464684205841,
104
- "NanoNFCorpus_cosine_recall@10": 0.09966914120321839,
105
- "NanoNFCorpus_cosine_ndcg@10": 0.2773671235823583,
106
- "NanoNFCorpus_cosine_mrr@10": 0.45522222222222225,
107
- "NanoNFCorpus_cosine_map@100": 0.10548993594921903,
108
- "NanoNQ_cosine_accuracy@1": 0.3,
109
- "NanoNQ_cosine_accuracy@3": 0.54,
110
  "NanoNQ_cosine_accuracy@5": 0.62,
111
- "NanoNQ_cosine_accuracy@10": 0.7,
112
- "NanoNQ_cosine_precision@1": 0.3,
113
- "NanoNQ_cosine_precision@3": 0.18,
114
- "NanoNQ_cosine_precision@5": 0.132,
115
- "NanoNQ_cosine_precision@10": 0.07400000000000001,
116
- "NanoNQ_cosine_recall@1": 0.29,
117
- "NanoNQ_cosine_recall@3": 0.51,
118
- "NanoNQ_cosine_recall@5": 0.6,
119
- "NanoNQ_cosine_recall@10": 0.68,
120
- "NanoNQ_cosine_ndcg@10": 0.48789548101925573,
121
- "NanoNQ_cosine_mrr@10": 0.43224603174603166,
122
- "NanoNQ_cosine_map@100": 0.4304090341200182,
123
- "NanoQuoraRetrieval_cosine_accuracy@1": 0.96,
124
  "NanoQuoraRetrieval_cosine_accuracy@3": 0.98,
125
  "NanoQuoraRetrieval_cosine_accuracy@5": 1.0,
126
  "NanoQuoraRetrieval_cosine_accuracy@10": 1.0,
127
- "NanoQuoraRetrieval_cosine_precision@1": 0.96,
128
  "NanoQuoraRetrieval_cosine_precision@3": 0.4133333333333333,
129
  "NanoQuoraRetrieval_cosine_precision@5": 0.264,
130
  "NanoQuoraRetrieval_cosine_precision@10": 0.13999999999999999,
131
- "NanoQuoraRetrieval_cosine_recall@1": 0.8473333333333334,
132
  "NanoQuoraRetrieval_cosine_recall@3": 0.9520000000000001,
133
  "NanoQuoraRetrieval_cosine_recall@5": 0.986,
134
  "NanoQuoraRetrieval_cosine_recall@10": 1.0,
135
- "NanoQuoraRetrieval_cosine_ndcg@10": 0.9790267083021519,
136
- "NanoQuoraRetrieval_cosine_mrr@10": 0.975,
137
- "NanoQuoraRetrieval_cosine_map@100": 0.9683809523809523,
138
- "NanoSCIDOCS_cosine_accuracy@1": 0.46,
139
- "NanoSCIDOCS_cosine_accuracy@3": 0.66,
140
- "NanoSCIDOCS_cosine_accuracy@5": 0.76,
141
- "NanoSCIDOCS_cosine_accuracy@10": 0.82,
142
- "NanoSCIDOCS_cosine_precision@1": 0.46,
143
- "NanoSCIDOCS_cosine_precision@3": 0.34,
144
- "NanoSCIDOCS_cosine_precision@5": 0.27599999999999997,
145
- "NanoSCIDOCS_cosine_precision@10": 0.19399999999999998,
146
- "NanoSCIDOCS_cosine_recall@1": 0.09766666666666668,
147
- "NanoSCIDOCS_cosine_recall@3": 0.21166666666666667,
148
- "NanoSCIDOCS_cosine_recall@5": 0.2846666666666666,
149
- "NanoSCIDOCS_cosine_recall@10": 0.3986666666666666,
150
- "NanoSCIDOCS_cosine_ndcg@10": 0.38054185058113466,
151
- "NanoSCIDOCS_cosine_mrr@10": 0.5684444444444444,
152
- "NanoSCIDOCS_cosine_map@100": 0.29482712989551213,
153
  "NanoArguAna_cosine_accuracy@1": 0.22,
154
- "NanoArguAna_cosine_accuracy@3": 0.5,
155
- "NanoArguAna_cosine_accuracy@5": 0.66,
156
- "NanoArguAna_cosine_accuracy@10": 0.8,
157
  "NanoArguAna_cosine_precision@1": 0.22,
158
- "NanoArguAna_cosine_precision@3": 0.16666666666666663,
159
- "NanoArguAna_cosine_precision@5": 0.132,
160
- "NanoArguAna_cosine_precision@10": 0.08,
161
  "NanoArguAna_cosine_recall@1": 0.22,
162
- "NanoArguAna_cosine_recall@3": 0.5,
163
- "NanoArguAna_cosine_recall@5": 0.66,
164
- "NanoArguAna_cosine_recall@10": 0.8,
165
- "NanoArguAna_cosine_ndcg@10": 0.48983349748002636,
166
- "NanoArguAna_cosine_mrr@10": 0.3926269841269841,
167
- "NanoArguAna_cosine_map@100": 0.40347638549721887,
168
- "NanoSciFact_cosine_accuracy@1": 0.42,
169
- "NanoSciFact_cosine_accuracy@3": 0.64,
170
- "NanoSciFact_cosine_accuracy@5": 0.72,
171
- "NanoSciFact_cosine_accuracy@10": 0.78,
172
- "NanoSciFact_cosine_precision@1": 0.42,
173
- "NanoSciFact_cosine_precision@3": 0.2333333333333333,
174
- "NanoSciFact_cosine_precision@5": 0.16,
175
- "NanoSciFact_cosine_precision@10": 0.088,
176
- "NanoSciFact_cosine_recall@1": 0.375,
177
- "NanoSciFact_cosine_recall@3": 0.615,
178
- "NanoSciFact_cosine_recall@5": 0.7,
179
- "NanoSciFact_cosine_recall@10": 0.77,
180
- "NanoSciFact_cosine_ndcg@10": 0.5949205162858369,
181
- "NanoSciFact_cosine_mrr@10": 0.5500238095238096,
182
- "NanoSciFact_cosine_map@100": 0.5379955882174889,
183
- "NanoTouche2020_cosine_accuracy@1": 0.4897959183673469,
184
- "NanoTouche2020_cosine_accuracy@3": 0.8367346938775511,
185
- "NanoTouche2020_cosine_accuracy@5": 0.8775510204081632,
186
  "NanoTouche2020_cosine_accuracy@10": 0.9591836734693877,
187
- "NanoTouche2020_cosine_precision@1": 0.4897959183673469,
188
- "NanoTouche2020_cosine_precision@3": 0.46258503401360546,
189
- "NanoTouche2020_cosine_precision@5": 0.4081632653061225,
190
- "NanoTouche2020_cosine_precision@10": 0.35306122448979593,
191
- "NanoTouche2020_cosine_recall@1": 0.0391261657646358,
192
- "NanoTouche2020_cosine_recall@3": 0.09935212519786965,
193
- "NanoTouche2020_cosine_recall@5": 0.14360455232476052,
194
- "NanoTouche2020_cosine_recall@10": 0.23229499710875565,
195
- "NanoTouche2020_cosine_ndcg@10": 0.39999686542243473,
196
- "NanoTouche2020_cosine_mrr@10": 0.6578798185941044,
197
- "NanoTouche2020_cosine_map@100": 0.28337269656997294,
198
- "NanoBEIR_mean_cosine_accuracy@1": 0.4545996860282574,
199
- "NanoBEIR_mean_cosine_accuracy@3": 0.6366718995290425,
200
- "NanoBEIR_mean_cosine_accuracy@5": 0.7228885400313971,
201
- "NanoBEIR_mean_cosine_accuracy@10": 0.8060910518053375,
202
- "NanoBEIR_mean_cosine_precision@1": 0.4545996860282574,
203
- "NanoBEIR_mean_cosine_precision@3": 0.2807116692830978,
204
- "NanoBEIR_mean_cosine_precision@5": 0.2218587127158556,
205
- "NanoBEIR_mean_cosine_precision@10": 0.1520816326530612,
206
- "NanoBEIR_mean_cosine_recall@1": 0.2615469007664515,
207
- "NanoBEIR_mean_cosine_recall@3": 0.40186584654388047,
208
- "NanoBEIR_mean_cosine_recall@5": 0.4739396227677734,
209
- "NanoBEIR_mean_cosine_recall@10": 0.5558179032632299,
210
- "NanoBEIR_mean_cosine_ndcg@10": 0.49519347906125394,
211
- "NanoBEIR_mean_cosine_mrr@10": 0.5629388627245769,
212
- "NanoBEIR_mean_cosine_map@100": 0.41529341414013715
213
  },
214
  "beir_touche2020": {
215
- "BeIR-touche2020-subset-test_cosine_accuracy@1": 0.7346938775510204,
216
- "BeIR-touche2020-subset-test_cosine_accuracy@3": 0.8775510204081632,
217
- "BeIR-touche2020-subset-test_cosine_accuracy@5": 0.9591836734693877,
218
- "BeIR-touche2020-subset-test_cosine_accuracy@10": 0.9795918367346939,
219
- "BeIR-touche2020-subset-test_cosine_precision@1": 0.7346938775510204,
220
- "BeIR-touche2020-subset-test_cosine_precision@3": 0.6734693877551019,
221
- "BeIR-touche2020-subset-test_cosine_precision@5": 0.6367346938775511,
222
- "BeIR-touche2020-subset-test_cosine_precision@10": 0.5510204081632654,
223
- "BeIR-touche2020-subset-test_cosine_recall@1": 0.01624309573792563,
224
- "BeIR-touche2020-subset-test_cosine_recall@3": 0.04452074460941084,
225
- "BeIR-touche2020-subset-test_cosine_recall@5": 0.07034165898860735,
226
- "BeIR-touche2020-subset-test_cosine_recall@10": 0.12170213074025006,
227
- "BeIR-touche2020-subset-test_cosine_ndcg@10": 0.5930193473989395,
228
- "BeIR-touche2020-subset-test_cosine_mrr@10": 0.8187074829931973,
229
- "BeIR-touche2020-subset-test_cosine_map@100": 0.2518399254976325
230
  }
231
  }
 
1
  {
2
  "nano_beir": {
3
+ "NanoClimateFEVER_cosine_accuracy@1": 0.28,
4
+ "NanoClimateFEVER_cosine_accuracy@3": 0.5,
5
+ "NanoClimateFEVER_cosine_accuracy@5": 0.52,
6
+ "NanoClimateFEVER_cosine_accuracy@10": 0.72,
7
+ "NanoClimateFEVER_cosine_precision@1": 0.28,
8
+ "NanoClimateFEVER_cosine_precision@3": 0.16666666666666669,
9
+ "NanoClimateFEVER_cosine_precision@5": 0.10800000000000001,
10
+ "NanoClimateFEVER_cosine_precision@10": 0.08399999999999999,
11
+ "NanoClimateFEVER_cosine_recall@1": 0.12,
12
+ "NanoClimateFEVER_cosine_recall@3": 0.22166666666666665,
13
+ "NanoClimateFEVER_cosine_recall@5": 0.2483333333333333,
14
+ "NanoClimateFEVER_cosine_recall@10": 0.36733333333333335,
15
+ "NanoClimateFEVER_cosine_ndcg@10": 0.28399247526326993,
16
+ "NanoClimateFEVER_cosine_mrr@10": 0.39877777777777773,
17
+ "NanoClimateFEVER_cosine_map@100": 0.21216679851781925,
18
  "NanoDBPedia_cosine_accuracy@1": 0.66,
19
+ "NanoDBPedia_cosine_accuracy@3": 0.78,
20
+ "NanoDBPedia_cosine_accuracy@5": 0.8,
21
+ "NanoDBPedia_cosine_accuracy@10": 0.92,
22
  "NanoDBPedia_cosine_precision@1": 0.66,
23
+ "NanoDBPedia_cosine_precision@3": 0.5,
24
+ "NanoDBPedia_cosine_precision@5": 0.4160000000000001,
25
+ "NanoDBPedia_cosine_precision@10": 0.354,
26
+ "NanoDBPedia_cosine_recall@1": 0.07324232876100338,
27
+ "NanoDBPedia_cosine_recall@3": 0.1458081980942187,
28
+ "NanoDBPedia_cosine_recall@5": 0.18062353317681695,
29
+ "NanoDBPedia_cosine_recall@10": 0.2682740597758614,
30
+ "NanoDBPedia_cosine_ndcg@10": 0.4702867365632332,
31
+ "NanoDBPedia_cosine_mrr@10": 0.7401904761904763,
32
+ "NanoDBPedia_cosine_map@100": 0.35022041415987587,
33
+ "NanoFEVER_cosine_accuracy@1": 0.76,
34
+ "NanoFEVER_cosine_accuracy@3": 0.92,
35
+ "NanoFEVER_cosine_accuracy@5": 1.0,
36
+ "NanoFEVER_cosine_accuracy@10": 1.0,
37
+ "NanoFEVER_cosine_precision@1": 0.76,
38
+ "NanoFEVER_cosine_precision@3": 0.32,
39
+ "NanoFEVER_cosine_precision@5": 0.20799999999999996,
40
+ "NanoFEVER_cosine_precision@10": 0.10399999999999998,
41
+ "NanoFEVER_cosine_recall@1": 0.7066666666666666,
42
+ "NanoFEVER_cosine_recall@3": 0.8733333333333333,
43
+ "NanoFEVER_cosine_recall@5": 0.9533333333333333,
44
+ "NanoFEVER_cosine_recall@10": 0.9533333333333333,
45
+ "NanoFEVER_cosine_ndcg@10": 0.8454367717882709,
46
+ "NanoFEVER_cosine_mrr@10": 0.8390000000000001,
47
+ "NanoFEVER_cosine_map@100": 0.7968940242763771,
48
  "NanoFiQA2018_cosine_accuracy@1": 0.28,
49
  "NanoFiQA2018_cosine_accuracy@3": 0.38,
50
+ "NanoFiQA2018_cosine_accuracy@5": 0.44,
51
+ "NanoFiQA2018_cosine_accuracy@10": 0.56,
52
  "NanoFiQA2018_cosine_precision@1": 0.28,
53
+ "NanoFiQA2018_cosine_precision@3": 0.16,
54
+ "NanoFiQA2018_cosine_precision@5": 0.14,
55
+ "NanoFiQA2018_cosine_precision@10": 0.088,
56
+ "NanoFiQA2018_cosine_recall@1": 0.12474603174603174,
57
+ "NanoFiQA2018_cosine_recall@3": 0.19496031746031747,
58
+ "NanoFiQA2018_cosine_recall@5": 0.28234920634920635,
59
+ "NanoFiQA2018_cosine_recall@10": 0.3491825396825397,
60
+ "NanoFiQA2018_cosine_ndcg@10": 0.28171892775593277,
61
+ "NanoFiQA2018_cosine_mrr@10": 0.34983333333333333,
62
+ "NanoFiQA2018_cosine_map@100": 0.23002318958083748,
63
+ "NanoHotpotQA_cosine_accuracy@1": 0.74,
64
+ "NanoHotpotQA_cosine_accuracy@3": 0.84,
65
+ "NanoHotpotQA_cosine_accuracy@5": 0.9,
66
+ "NanoHotpotQA_cosine_accuracy@10": 0.9,
67
+ "NanoHotpotQA_cosine_precision@1": 0.74,
68
+ "NanoHotpotQA_cosine_precision@3": 0.40666666666666657,
69
+ "NanoHotpotQA_cosine_precision@5": 0.27599999999999997,
70
+ "NanoHotpotQA_cosine_precision@10": 0.154,
71
+ "NanoHotpotQA_cosine_recall@1": 0.37,
72
+ "NanoHotpotQA_cosine_recall@3": 0.61,
73
+ "NanoHotpotQA_cosine_recall@5": 0.69,
74
+ "NanoHotpotQA_cosine_recall@10": 0.77,
75
+ "NanoHotpotQA_cosine_ndcg@10": 0.7043467589883098,
76
+ "NanoHotpotQA_cosine_mrr@10": 0.8006666666666667,
77
+ "NanoHotpotQA_cosine_map@100": 0.6277244926048727,
78
+ "NanoMSMARCO_cosine_accuracy@1": 0.26,
79
  "NanoMSMARCO_cosine_accuracy@3": 0.56,
80
+ "NanoMSMARCO_cosine_accuracy@5": 0.7,
81
+ "NanoMSMARCO_cosine_accuracy@10": 0.78,
82
+ "NanoMSMARCO_cosine_precision@1": 0.26,
83
+ "NanoMSMARCO_cosine_precision@3": 0.18666666666666668,
84
+ "NanoMSMARCO_cosine_precision@5": 0.14,
85
+ "NanoMSMARCO_cosine_precision@10": 0.078,
86
+ "NanoMSMARCO_cosine_recall@1": 0.26,
87
  "NanoMSMARCO_cosine_recall@3": 0.56,
88
+ "NanoMSMARCO_cosine_recall@5": 0.7,
89
+ "NanoMSMARCO_cosine_recall@10": 0.78,
90
+ "NanoMSMARCO_cosine_ndcg@10": 0.5166057772867828,
91
+ "NanoMSMARCO_cosine_mrr@10": 0.4317142857142857,
92
+ "NanoMSMARCO_cosine_map@100": 0.4425420850161611,
93
+ "NanoNFCorpus_cosine_accuracy@1": 0.38,
94
+ "NanoNFCorpus_cosine_accuracy@3": 0.46,
95
+ "NanoNFCorpus_cosine_accuracy@5": 0.52,
96
  "NanoNFCorpus_cosine_accuracy@10": 0.66,
97
+ "NanoNFCorpus_cosine_precision@1": 0.38,
98
+ "NanoNFCorpus_cosine_precision@3": 0.3,
99
+ "NanoNFCorpus_cosine_precision@5": 0.288,
100
+ "NanoNFCorpus_cosine_precision@10": 0.262,
101
+ "NanoNFCorpus_cosine_recall@1": 0.03212466721866998,
102
+ "NanoNFCorpus_cosine_recall@3": 0.04815148484556365,
103
+ "NanoNFCorpus_cosine_recall@5": 0.0674537100479343,
104
+ "NanoNFCorpus_cosine_recall@10": 0.12106237128917721,
105
+ "NanoNFCorpus_cosine_ndcg@10": 0.2990794029698064,
106
+ "NanoNFCorpus_cosine_mrr@10": 0.43976984126984114,
107
+ "NanoNFCorpus_cosine_map@100": 0.13069447368464218,
108
+ "NanoNQ_cosine_accuracy@1": 0.34,
109
+ "NanoNQ_cosine_accuracy@3": 0.56,
110
  "NanoNQ_cosine_accuracy@5": 0.62,
111
+ "NanoNQ_cosine_accuracy@10": 0.68,
112
+ "NanoNQ_cosine_precision@1": 0.34,
113
+ "NanoNQ_cosine_precision@3": 0.19333333333333333,
114
+ "NanoNQ_cosine_precision@5": 0.128,
115
+ "NanoNQ_cosine_precision@10": 0.07200000000000001,
116
+ "NanoNQ_cosine_recall@1": 0.31,
117
+ "NanoNQ_cosine_recall@3": 0.53,
118
+ "NanoNQ_cosine_recall@5": 0.59,
119
+ "NanoNQ_cosine_recall@10": 0.66,
120
+ "NanoNQ_cosine_ndcg@10": 0.4981843146804683,
121
+ "NanoNQ_cosine_mrr@10": 0.46341269841269844,
122
+ "NanoNQ_cosine_map@100": 0.4486372793651192,
123
+ "NanoQuoraRetrieval_cosine_accuracy@1": 0.94,
124
  "NanoQuoraRetrieval_cosine_accuracy@3": 0.98,
125
  "NanoQuoraRetrieval_cosine_accuracy@5": 1.0,
126
  "NanoQuoraRetrieval_cosine_accuracy@10": 1.0,
127
+ "NanoQuoraRetrieval_cosine_precision@1": 0.94,
128
  "NanoQuoraRetrieval_cosine_precision@3": 0.4133333333333333,
129
  "NanoQuoraRetrieval_cosine_precision@5": 0.264,
130
  "NanoQuoraRetrieval_cosine_precision@10": 0.13999999999999999,
131
+ "NanoQuoraRetrieval_cosine_recall@1": 0.8273333333333334,
132
  "NanoQuoraRetrieval_cosine_recall@3": 0.9520000000000001,
133
  "NanoQuoraRetrieval_cosine_recall@5": 0.986,
134
  "NanoQuoraRetrieval_cosine_recall@10": 1.0,
135
+ "NanoQuoraRetrieval_cosine_ndcg@10": 0.9693718101249,
136
+ "NanoQuoraRetrieval_cosine_mrr@10": 0.9640000000000001,
137
+ "NanoQuoraRetrieval_cosine_map@100": 0.9546825396825398,
138
+ "NanoSCIDOCS_cosine_accuracy@1": 0.44,
139
+ "NanoSCIDOCS_cosine_accuracy@3": 0.72,
140
+ "NanoSCIDOCS_cosine_accuracy@5": 0.8,
141
+ "NanoSCIDOCS_cosine_accuracy@10": 0.9,
142
+ "NanoSCIDOCS_cosine_precision@1": 0.44,
143
+ "NanoSCIDOCS_cosine_precision@3": 0.36666666666666664,
144
+ "NanoSCIDOCS_cosine_precision@5": 0.284,
145
+ "NanoSCIDOCS_cosine_precision@10": 0.18799999999999997,
146
+ "NanoSCIDOCS_cosine_recall@1": 0.09266666666666666,
147
+ "NanoSCIDOCS_cosine_recall@3": 0.22666666666666666,
148
+ "NanoSCIDOCS_cosine_recall@5": 0.29166666666666663,
149
+ "NanoSCIDOCS_cosine_recall@10": 0.3856666666666666,
150
+ "NanoSCIDOCS_cosine_ndcg@10": 0.3848988062074523,
151
+ "NanoSCIDOCS_cosine_mrr@10": 0.5949444444444444,
152
+ "NanoSCIDOCS_cosine_map@100": 0.3093365232956528,
153
  "NanoArguAna_cosine_accuracy@1": 0.22,
154
+ "NanoArguAna_cosine_accuracy@3": 0.56,
155
+ "NanoArguAna_cosine_accuracy@5": 0.72,
156
+ "NanoArguAna_cosine_accuracy@10": 0.84,
157
  "NanoArguAna_cosine_precision@1": 0.22,
158
+ "NanoArguAna_cosine_precision@3": 0.18666666666666668,
159
+ "NanoArguAna_cosine_precision@5": 0.14400000000000002,
160
+ "NanoArguAna_cosine_precision@10": 0.08399999999999999,
161
  "NanoArguAna_cosine_recall@1": 0.22,
162
+ "NanoArguAna_cosine_recall@3": 0.56,
163
+ "NanoArguAna_cosine_recall@5": 0.72,
164
+ "NanoArguAna_cosine_recall@10": 0.84,
165
+ "NanoArguAna_cosine_ndcg@10": 0.5195582784941274,
166
+ "NanoArguAna_cosine_mrr@10": 0.417611111111111,
167
+ "NanoArguAna_cosine_map@100": 0.4242292757682783,
168
+ "NanoSciFact_cosine_accuracy@1": 0.66,
169
+ "NanoSciFact_cosine_accuracy@3": 0.78,
170
+ "NanoSciFact_cosine_accuracy@5": 0.78,
171
+ "NanoSciFact_cosine_accuracy@10": 0.8,
172
+ "NanoSciFact_cosine_precision@1": 0.66,
173
+ "NanoSciFact_cosine_precision@3": 0.28,
174
+ "NanoSciFact_cosine_precision@5": 0.17199999999999996,
175
+ "NanoSciFact_cosine_precision@10": 0.08999999999999998,
176
+ "NanoSciFact_cosine_recall@1": 0.615,
177
+ "NanoSciFact_cosine_recall@3": 0.76,
178
+ "NanoSciFact_cosine_recall@5": 0.765,
179
+ "NanoSciFact_cosine_recall@10": 0.79,
180
+ "NanoSciFact_cosine_ndcg@10": 0.733200404338037,
181
+ "NanoSciFact_cosine_mrr@10": 0.7228571428571428,
182
+ "NanoSciFact_cosine_map@100": 0.7167485636699191,
183
+ "NanoTouche2020_cosine_accuracy@1": 0.42857142857142855,
184
+ "NanoTouche2020_cosine_accuracy@3": 0.6938775510204082,
185
+ "NanoTouche2020_cosine_accuracy@5": 0.8571428571428571,
186
  "NanoTouche2020_cosine_accuracy@10": 0.9591836734693877,
187
+ "NanoTouche2020_cosine_precision@1": 0.42857142857142855,
188
+ "NanoTouche2020_cosine_precision@3": 0.42176870748299317,
189
+ "NanoTouche2020_cosine_precision@5": 0.4244897959183673,
190
+ "NanoTouche2020_cosine_precision@10": 0.35918367346938773,
191
+ "NanoTouche2020_cosine_recall@1": 0.03138807979253311,
192
+ "NanoTouche2020_cosine_recall@3": 0.09060401943508274,
193
+ "NanoTouche2020_cosine_recall@5": 0.1535986032297028,
194
+ "NanoTouche2020_cosine_recall@10": 0.24399992715703397,
195
+ "NanoTouche2020_cosine_ndcg@10": 0.39516130369687524,
196
+ "NanoTouche2020_cosine_mrr@10": 0.6046161321671525,
197
+ "NanoTouche2020_cosine_map@100": 0.2987728168236368,
198
+ "NanoBEIR_mean_cosine_accuracy@1": 0.4914285714285715,
199
+ "NanoBEIR_mean_cosine_accuracy@3": 0.6718367346938775,
200
+ "NanoBEIR_mean_cosine_accuracy@5": 0.7428571428571428,
201
+ "NanoBEIR_mean_cosine_accuracy@10": 0.8245525902668761,
202
+ "NanoBEIR_mean_cosine_precision@1": 0.4914285714285715,
203
+ "NanoBEIR_mean_cosine_precision@3": 0.30013605442176866,
204
+ "NanoBEIR_mean_cosine_precision@5": 0.23019152276295135,
205
+ "NanoBEIR_mean_cosine_precision@10": 0.15824489795918367,
206
+ "NanoBEIR_mean_cosine_recall@1": 0.29101290570653116,
207
+ "NanoBEIR_mean_cosine_recall@3": 0.44409159126937303,
208
+ "NanoBEIR_mean_cosine_recall@5": 0.509873722010538,
209
+ "NanoBEIR_mean_cosine_recall@10": 0.5791424793259958,
210
+ "NanoBEIR_mean_cosine_ndcg@10": 0.5309109052428821,
211
+ "NanoBEIR_mean_cosine_mrr@10": 0.5974918392265332,
212
+ "NanoBEIR_mean_cosine_map@100": 0.45712865203428704
213
  },
214
  "beir_touche2020": {
215
+ "BeIR-touche2020-subset-test_cosine_accuracy@1": 0.673469387755102,
216
+ "BeIR-touche2020-subset-test_cosine_accuracy@3": 0.8571428571428571,
217
+ "BeIR-touche2020-subset-test_cosine_accuracy@5": 0.9387755102040817,
218
+ "BeIR-touche2020-subset-test_cosine_accuracy@10": 0.9591836734693877,
219
+ "BeIR-touche2020-subset-test_cosine_precision@1": 0.673469387755102,
220
+ "BeIR-touche2020-subset-test_cosine_precision@3": 0.6258503401360543,
221
+ "BeIR-touche2020-subset-test_cosine_precision@5": 0.6122448979591837,
222
+ "BeIR-touche2020-subset-test_cosine_precision@10": 0.5816326530612245,
223
+ "BeIR-touche2020-subset-test_cosine_recall@1": 0.014854954185034354,
224
+ "BeIR-touche2020-subset-test_cosine_recall@3": 0.041323822718693934,
225
+ "BeIR-touche2020-subset-test_cosine_recall@5": 0.06744310800628797,
226
+ "BeIR-touche2020-subset-test_cosine_recall@10": 0.12790902925353234,
227
+ "BeIR-touche2020-subset-test_cosine_ndcg@10": 0.6000606062963675,
228
+ "BeIR-touche2020-subset-test_cosine_mrr@10": 0.7784256559766765,
229
+ "BeIR-touche2020-subset-test_cosine_map@100": 0.2654061071722756
230
  }
231
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8047d77ced88713240245a68d96f88c650644e287418c20b245e56ea70742aa
3
- size 133462128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c96a038f541608358be6a34ac513d209f898592c738d9f2b3943b60c76359f3
3
+ size 596070136
modules.json CHANGED
@@ -10,11 +10,5 @@
10
  "name": "1",
11
  "path": "1_Pooling",
12
  "type": "sentence_transformers.models.Pooling"
13
- },
14
- {
15
- "idx": 2,
16
- "name": "2",
17
- "path": "2_Normalize",
18
- "type": "sentence_transformers.models.Normalize"
19
  }
20
  ]
 
10
  "name": "1",
11
  "path": "1_Pooling",
12
  "type": "sentence_transformers.models.Pooling"
 
 
 
 
 
 
13
  }
14
  ]
special_tokens_map.json CHANGED
@@ -8,7 +8,7 @@
8
  },
9
  "mask_token": {
10
  "content": "[MASK]",
11
- "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
 
8
  },
9
  "mask_token": {
10
  "content": "[MASK]",
11
+ "lstrip": true,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fc687b11de0bc1b3d8348f92e3b49ef1089a621506c7661fbf3248fcd54947e
3
- size 711649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:218484396a9d08293b108b0e5ea31e0a1b7c801dcbed35a821deb392d2fe9bb4
3
+ size 3583485
tokenizer_config.json CHANGED
@@ -1,14 +1,230 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "[PAD]",
 
 
 
 
 
 
 
 
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
- "100": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
@@ -16,7 +232,7 @@
16
  "single_word": false,
17
  "special": true
18
  },
19
- "101": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +240,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,34 +248,698 @@
32
  "single_word": false,
33
  "special": true
34
  },
35
- "103": {
36
- "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
- "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
- "max_length": 128,
51
- "model_max_length": 512,
52
- "never_split": null,
53
- "pad_to_multiple_of": null,
 
54
  "pad_token": "[PAD]",
55
- "pad_token_type_id": 0,
56
- "padding_side": "right",
57
  "sep_token": "[SEP]",
58
- "stride": 0,
59
- "strip_accents": null,
60
- "tokenize_chinese_chars": true,
61
- "tokenizer_class": "BertTokenizer",
62
- "truncation_side": "right",
63
- "truncation_strategy": "longest_first",
64
  "unk_token": "[UNK]"
65
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "|||IP_ADDRESS|||",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "1": {
12
+ "content": "<|padding|>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "50254": {
20
+ "content": " ",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "50255": {
28
+ "content": " ",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "50256": {
36
+ "content": " ",
37
+ "lstrip": false,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": false
42
+ },
43
+ "50257": {
44
+ "content": " ",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "50258": {
52
+ "content": " ",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "50259": {
60
+ "content": " ",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": false
66
+ },
67
+ "50260": {
68
+ "content": " ",
69
+ "lstrip": false,
70
+ "normalized": true,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": false
74
+ },
75
+ "50261": {
76
+ "content": " ",
77
+ "lstrip": false,
78
+ "normalized": true,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": false
82
+ },
83
+ "50262": {
84
+ "content": " ",
85
+ "lstrip": false,
86
+ "normalized": true,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": false
90
+ },
91
+ "50263": {
92
+ "content": " ",
93
+ "lstrip": false,
94
+ "normalized": true,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": false
98
+ },
99
+ "50264": {
100
+ "content": " ",
101
+ "lstrip": false,
102
+ "normalized": true,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": false
106
+ },
107
+ "50265": {
108
+ "content": " ",
109
+ "lstrip": false,
110
+ "normalized": true,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": false
114
+ },
115
+ "50266": {
116
+ "content": " ",
117
+ "lstrip": false,
118
+ "normalized": true,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": false
122
+ },
123
+ "50267": {
124
+ "content": " ",
125
+ "lstrip": false,
126
+ "normalized": true,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": false
130
+ },
131
+ "50268": {
132
+ "content": " ",
133
+ "lstrip": false,
134
+ "normalized": true,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": false
138
+ },
139
+ "50269": {
140
+ "content": " ",
141
+ "lstrip": false,
142
+ "normalized": true,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": false
146
+ },
147
+ "50270": {
148
+ "content": " ",
149
+ "lstrip": false,
150
+ "normalized": true,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": false
154
+ },
155
+ "50271": {
156
+ "content": " ",
157
+ "lstrip": false,
158
+ "normalized": true,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": false
162
+ },
163
+ "50272": {
164
+ "content": " ",
165
+ "lstrip": false,
166
+ "normalized": true,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": false
170
+ },
171
+ "50273": {
172
+ "content": " ",
173
+ "lstrip": false,
174
+ "normalized": true,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "50274": {
180
+ "content": " ",
181
+ "lstrip": false,
182
+ "normalized": true,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "50275": {
188
+ "content": " ",
189
+ "lstrip": false,
190
+ "normalized": true,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "50276": {
196
+ "content": " ",
197
+ "lstrip": false,
198
+ "normalized": true,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ },
203
+ "50277": {
204
+ "content": "|||EMAIL_ADDRESS|||",
205
+ "lstrip": false,
206
+ "normalized": true,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "50278": {
212
+ "content": "|||PHONE_NUMBER|||",
213
+ "lstrip": false,
214
+ "normalized": true,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "50279": {
220
+ "content": "<|endoftext|>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "50280": {
228
  "content": "[UNK]",
229
  "lstrip": false,
230
  "normalized": false,
 
232
  "single_word": false,
233
  "special": true
234
  },
235
+ "50281": {
236
  "content": "[CLS]",
237
  "lstrip": false,
238
  "normalized": false,
 
240
  "single_word": false,
241
  "special": true
242
  },
243
+ "50282": {
244
  "content": "[SEP]",
245
  "lstrip": false,
246
  "normalized": false,
 
248
  "single_word": false,
249
  "special": true
250
  },
251
+ "50283": {
252
+ "content": "[PAD]",
253
  "lstrip": false,
254
  "normalized": false,
255
  "rstrip": false,
256
  "single_word": false,
257
  "special": true
258
+ },
259
+ "50284": {
260
+ "content": "[MASK]",
261
+ "lstrip": true,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "50285": {
268
+ "content": "[unused0]",
269
+ "lstrip": false,
270
+ "normalized": true,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "50286": {
276
+ "content": "[unused1]",
277
+ "lstrip": false,
278
+ "normalized": true,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "50287": {
284
+ "content": "[unused2]",
285
+ "lstrip": false,
286
+ "normalized": true,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ },
291
+ "50288": {
292
+ "content": "[unused3]",
293
+ "lstrip": false,
294
+ "normalized": true,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": false
298
+ },
299
+ "50289": {
300
+ "content": "[unused4]",
301
+ "lstrip": false,
302
+ "normalized": true,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": false
306
+ },
307
+ "50290": {
308
+ "content": "[unused5]",
309
+ "lstrip": false,
310
+ "normalized": true,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": false
314
+ },
315
+ "50291": {
316
+ "content": "[unused6]",
317
+ "lstrip": false,
318
+ "normalized": true,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": false
322
+ },
323
+ "50292": {
324
+ "content": "[unused7]",
325
+ "lstrip": false,
326
+ "normalized": true,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": false
330
+ },
331
+ "50293": {
332
+ "content": "[unused8]",
333
+ "lstrip": false,
334
+ "normalized": true,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": false
338
+ },
339
+ "50294": {
340
+ "content": "[unused9]",
341
+ "lstrip": false,
342
+ "normalized": true,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": false
346
+ },
347
+ "50295": {
348
+ "content": "[unused10]",
349
+ "lstrip": false,
350
+ "normalized": true,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": false
354
+ },
355
+ "50296": {
356
+ "content": "[unused11]",
357
+ "lstrip": false,
358
+ "normalized": true,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": false
362
+ },
363
+ "50297": {
364
+ "content": "[unused12]",
365
+ "lstrip": false,
366
+ "normalized": true,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": false
370
+ },
371
+ "50298": {
372
+ "content": "[unused13]",
373
+ "lstrip": false,
374
+ "normalized": true,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": false
378
+ },
379
+ "50299": {
380
+ "content": "[unused14]",
381
+ "lstrip": false,
382
+ "normalized": true,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": false
386
+ },
387
+ "50300": {
388
+ "content": "[unused15]",
389
+ "lstrip": false,
390
+ "normalized": true,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": false
394
+ },
395
+ "50301": {
396
+ "content": "[unused16]",
397
+ "lstrip": false,
398
+ "normalized": true,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": false
402
+ },
403
+ "50302": {
404
+ "content": "[unused17]",
405
+ "lstrip": false,
406
+ "normalized": true,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": false
410
+ },
411
+ "50303": {
412
+ "content": "[unused18]",
413
+ "lstrip": false,
414
+ "normalized": true,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": false
418
+ },
419
+ "50304": {
420
+ "content": "[unused19]",
421
+ "lstrip": false,
422
+ "normalized": true,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": false
426
+ },
427
+ "50305": {
428
+ "content": "[unused20]",
429
+ "lstrip": false,
430
+ "normalized": true,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": false
434
+ },
435
+ "50306": {
436
+ "content": "[unused21]",
437
+ "lstrip": false,
438
+ "normalized": true,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": false
442
+ },
443
+ "50307": {
444
+ "content": "[unused22]",
445
+ "lstrip": false,
446
+ "normalized": true,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": false
450
+ },
451
+ "50308": {
452
+ "content": "[unused23]",
453
+ "lstrip": false,
454
+ "normalized": true,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": false
458
+ },
459
+ "50309": {
460
+ "content": "[unused24]",
461
+ "lstrip": false,
462
+ "normalized": true,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": false
466
+ },
467
+ "50310": {
468
+ "content": "[unused25]",
469
+ "lstrip": false,
470
+ "normalized": true,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": false
474
+ },
475
+ "50311": {
476
+ "content": "[unused26]",
477
+ "lstrip": false,
478
+ "normalized": true,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": false
482
+ },
483
+ "50312": {
484
+ "content": "[unused27]",
485
+ "lstrip": false,
486
+ "normalized": true,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": false
490
+ },
491
+ "50313": {
492
+ "content": "[unused28]",
493
+ "lstrip": false,
494
+ "normalized": true,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": false
498
+ },
499
+ "50314": {
500
+ "content": "[unused29]",
501
+ "lstrip": false,
502
+ "normalized": true,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": false
506
+ },
507
+ "50315": {
508
+ "content": "[unused30]",
509
+ "lstrip": false,
510
+ "normalized": true,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": false
514
+ },
515
+ "50316": {
516
+ "content": "[unused31]",
517
+ "lstrip": false,
518
+ "normalized": true,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": false
522
+ },
523
+ "50317": {
524
+ "content": "[unused32]",
525
+ "lstrip": false,
526
+ "normalized": true,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": false
530
+ },
531
+ "50318": {
532
+ "content": "[unused33]",
533
+ "lstrip": false,
534
+ "normalized": true,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": false
538
+ },
539
+ "50319": {
540
+ "content": "[unused34]",
541
+ "lstrip": false,
542
+ "normalized": true,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": false
546
+ },
547
+ "50320": {
548
+ "content": "[unused35]",
549
+ "lstrip": false,
550
+ "normalized": true,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": false
554
+ },
555
+ "50321": {
556
+ "content": "[unused36]",
557
+ "lstrip": false,
558
+ "normalized": true,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": false
562
+ },
563
+ "50322": {
564
+ "content": "[unused37]",
565
+ "lstrip": false,
566
+ "normalized": true,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": false
570
+ },
571
+ "50323": {
572
+ "content": "[unused38]",
573
+ "lstrip": false,
574
+ "normalized": true,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": false
578
+ },
579
+ "50324": {
580
+ "content": "[unused39]",
581
+ "lstrip": false,
582
+ "normalized": true,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": false
586
+ },
587
+ "50325": {
588
+ "content": "[unused40]",
589
+ "lstrip": false,
590
+ "normalized": true,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": false
594
+ },
595
+ "50326": {
596
+ "content": "[unused41]",
597
+ "lstrip": false,
598
+ "normalized": true,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": false
602
+ },
603
+ "50327": {
604
+ "content": "[unused42]",
605
+ "lstrip": false,
606
+ "normalized": true,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": false
610
+ },
611
+ "50328": {
612
+ "content": "[unused43]",
613
+ "lstrip": false,
614
+ "normalized": true,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": false
618
+ },
619
+ "50329": {
620
+ "content": "[unused44]",
621
+ "lstrip": false,
622
+ "normalized": true,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": false
626
+ },
627
+ "50330": {
628
+ "content": "[unused45]",
629
+ "lstrip": false,
630
+ "normalized": true,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": false
634
+ },
635
+ "50331": {
636
+ "content": "[unused46]",
637
+ "lstrip": false,
638
+ "normalized": true,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": false
642
+ },
643
+ "50332": {
644
+ "content": "[unused47]",
645
+ "lstrip": false,
646
+ "normalized": true,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": false
650
+ },
651
+ "50333": {
652
+ "content": "[unused48]",
653
+ "lstrip": false,
654
+ "normalized": true,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": false
658
+ },
659
+ "50334": {
660
+ "content": "[unused49]",
661
+ "lstrip": false,
662
+ "normalized": true,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": false
666
+ },
667
+ "50335": {
668
+ "content": "[unused50]",
669
+ "lstrip": false,
670
+ "normalized": true,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": false
674
+ },
675
+ "50336": {
676
+ "content": "[unused51]",
677
+ "lstrip": false,
678
+ "normalized": true,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": false
682
+ },
683
+ "50337": {
684
+ "content": "[unused52]",
685
+ "lstrip": false,
686
+ "normalized": true,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": false
690
+ },
691
+ "50338": {
692
+ "content": "[unused53]",
693
+ "lstrip": false,
694
+ "normalized": true,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": false
698
+ },
699
+ "50339": {
700
+ "content": "[unused54]",
701
+ "lstrip": false,
702
+ "normalized": true,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": false
706
+ },
707
+ "50340": {
708
+ "content": "[unused55]",
709
+ "lstrip": false,
710
+ "normalized": true,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": false
714
+ },
715
+ "50341": {
716
+ "content": "[unused56]",
717
+ "lstrip": false,
718
+ "normalized": true,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": false
722
+ },
723
+ "50342": {
724
+ "content": "[unused57]",
725
+ "lstrip": false,
726
+ "normalized": true,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": false
730
+ },
731
+ "50343": {
732
+ "content": "[unused58]",
733
+ "lstrip": false,
734
+ "normalized": true,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": false
738
+ },
739
+ "50344": {
740
+ "content": "[unused59]",
741
+ "lstrip": false,
742
+ "normalized": true,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": false
746
+ },
747
+ "50345": {
748
+ "content": "[unused60]",
749
+ "lstrip": false,
750
+ "normalized": true,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": false
754
+ },
755
+ "50346": {
756
+ "content": "[unused61]",
757
+ "lstrip": false,
758
+ "normalized": true,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": false
762
+ },
763
+ "50347": {
764
+ "content": "[unused62]",
765
+ "lstrip": false,
766
+ "normalized": true,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": false
770
+ },
771
+ "50348": {
772
+ "content": "[unused63]",
773
+ "lstrip": false,
774
+ "normalized": true,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": false
778
+ },
779
+ "50349": {
780
+ "content": "[unused64]",
781
+ "lstrip": false,
782
+ "normalized": true,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": false
786
+ },
787
+ "50350": {
788
+ "content": "[unused65]",
789
+ "lstrip": false,
790
+ "normalized": true,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": false
794
+ },
795
+ "50351": {
796
+ "content": "[unused66]",
797
+ "lstrip": false,
798
+ "normalized": true,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": false
802
+ },
803
+ "50352": {
804
+ "content": "[unused67]",
805
+ "lstrip": false,
806
+ "normalized": true,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": false
810
+ },
811
+ "50353": {
812
+ "content": "[unused68]",
813
+ "lstrip": false,
814
+ "normalized": true,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": false
818
+ },
819
+ "50354": {
820
+ "content": "[unused69]",
821
+ "lstrip": false,
822
+ "normalized": true,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": false
826
+ },
827
+ "50355": {
828
+ "content": "[unused70]",
829
+ "lstrip": false,
830
+ "normalized": true,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": false
834
+ },
835
+ "50356": {
836
+ "content": "[unused71]",
837
+ "lstrip": false,
838
+ "normalized": true,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": false
842
+ },
843
+ "50357": {
844
+ "content": "[unused72]",
845
+ "lstrip": false,
846
+ "normalized": true,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": false
850
+ },
851
+ "50358": {
852
+ "content": "[unused73]",
853
+ "lstrip": false,
854
+ "normalized": true,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": false
858
+ },
859
+ "50359": {
860
+ "content": "[unused74]",
861
+ "lstrip": false,
862
+ "normalized": true,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": false
866
+ },
867
+ "50360": {
868
+ "content": "[unused75]",
869
+ "lstrip": false,
870
+ "normalized": true,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": false
874
+ },
875
+ "50361": {
876
+ "content": "[unused76]",
877
+ "lstrip": false,
878
+ "normalized": true,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": false
882
+ },
883
+ "50362": {
884
+ "content": "[unused77]",
885
+ "lstrip": false,
886
+ "normalized": true,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": false
890
+ },
891
+ "50363": {
892
+ "content": "[unused78]",
893
+ "lstrip": false,
894
+ "normalized": true,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": false
898
+ },
899
+ "50364": {
900
+ "content": "[unused79]",
901
+ "lstrip": false,
902
+ "normalized": true,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": false
906
+ },
907
+ "50365": {
908
+ "content": "[unused80]",
909
+ "lstrip": false,
910
+ "normalized": true,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": false
914
+ },
915
+ "50366": {
916
+ "content": "[unused81]",
917
+ "lstrip": false,
918
+ "normalized": true,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": false
922
+ },
923
+ "50367": {
924
+ "content": "[unused82]",
925
+ "lstrip": false,
926
+ "normalized": true,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": false
930
  }
931
  },
932
  "clean_up_tokenization_spaces": true,
933
  "cls_token": "[CLS]",
 
 
934
  "extra_special_tokens": {},
935
  "mask_token": "[MASK]",
936
+ "model_input_names": [
937
+ "input_ids",
938
+ "attention_mask"
939
+ ],
940
+ "model_max_length": 1000000000000000019884624838656,
941
  "pad_token": "[PAD]",
 
 
942
  "sep_token": "[SEP]",
943
+ "tokenizer_class": "PreTrainedTokenizerFast",
 
 
 
 
 
944
  "unk_token": "[UNK]"
945
  }