nithinreddyy
commited on
Commit
•
378ef5e
1
Parent(s):
bac087d
Upload 2 files
Browse files
1_Pooling/config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 768,
|
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,
|
8 |
+
"pooling_mode_lasttoken": false
|
9 |
+
}
|
eval/similarity_evaluation_qa-dev_results.csv
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch,steps,cosine_pearson,cosine_spearman,euclidean_pearson,euclidean_spearman,manhattan_pearson,manhattan_spearman,dot_pearson,dot_spearman
|
2 |
+
0,100,0.3454545691473104,0.35072108137597263,0.3459301457060766,0.3507209752930029,0.3461980700907316,0.35092012637289827,0.3454545844880344,0.35072086921538337
|
3 |
+
0,200,0.36242446290122654,0.3680049345684566,0.362888656608579,0.3680050406380058,0.3631522388006279,0.36827077580229606,0.3624244492617567,0.36800475776753605
|
4 |
+
0,300,0.3862141511653273,0.390660138659457,0.38654328714638375,0.390660032569214,0.3868321253021776,0.39101894300716206,0.38621415012167515,0.39066013865826504
|
5 |
+
0,400,0.4154535014382062,0.4189700737909612,0.4161422612320112,0.41897010914009003,0.41645059378469534,0.41935500963784345,0.4154535034583445,0.41897035669008786
|
6 |
+
0,500,0.4457060419602265,0.4489201057988523,0.4463569856283406,0.4489200704272619,0.4466444859613383,0.4491712723725301,0.4457060631805952,0.4489200350789555
|
7 |
+
0,600,0.47427799865843234,0.4775223672692449,0.4755527067318305,0.4775223319086116,0.4758741115303935,0.47787830741056064,0.4742780184960743,0.4775224026342487
|
8 |
+
0,700,0.49937266816917003,0.5052980739464322,0.5020664521138458,0.5052980739448906,0.5023431184130673,0.50585853997222,0.49937267707225774,0.5052980739495155
|
9 |
+
0,800,0.53367188306076,0.5417921922645238,0.5365580819717055,0.5417921922496468,0.5368511904548852,0.5423284362607351,0.5336718776196118,0.5417923337153215
|
10 |
+
0,900,0.5574155584476755,0.5686824333322177,0.5608206433457817,0.5686824333183375,0.5612490955038018,0.5692304524102889,0.5574155657201904,0.5686824686807057
|
11 |
+
0,1000,0.5730156019196101,0.5843208501803675,0.5756084942734703,0.5843208501661056,0.5756183344971438,0.5842258361535476,0.5730155880692386,0.5843206380201337
|
12 |
+
0,1100,0.5861931845296232,0.6011731975635229,0.5926481448958977,0.6011731268275833,0.5922189091069711,0.6007148530191819,0.5861931834304007,0.6011731621992213
|
13 |
+
0,1200,0.5937042725945253,0.6115603128424022,0.6014993688990391,0.6115602774855007,0.6011202209436614,0.6112192948862735,0.5937042562220715,0.6115603128479996
|
14 |
+
0,-1,0.5938174185489644,0.61173050356264,0.601638525962613,0.6117305389158078,0.6012619927794457,0.6113916779750994,0.5938174056100656,0.6117305742820401
|
15 |
+
1,100,0.6069205524249762,0.6252878410710564,0.6151714989346619,0.6252879471510485,0.6149608660440989,0.6249660593068177,0.6069205482918222,0.6252879825116816
|