AnnaWegmann
commited on
Commit
•
fd03157
1
Parent(s):
0539af9
commit from anna
Browse files- 1_Pooling/config.json +7 -0
- eval/triplet_evaluation_results.csv +12 -0
1_Pooling/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 768,
|
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 |
+
}
|
eval/triplet_evaluation_results.csv
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch,steps,accuracy_cosinus,accuracy_manhatten,accuracy_euclidean
|
2 |
+
0,500,0.5233333333333333,0.5203111111111111,0.5210222222222223
|
3 |
+
0,1000,0.5386666666666666,0.5338222222222222,0.5371777777777778
|
4 |
+
0,1500,0.5505333333333333,0.5537333333333333,0.5490888888888888
|
5 |
+
0,2000,0.5679555555555555,0.5611555555555555,0.5624
|
6 |
+
0,2500,0.5904,0.5834222222222222,0.5845111111111111
|
7 |
+
0,3000,0.6135111111111111,0.6053555555555555,0.6076
|
8 |
+
0,3500,0.6204888888888889,0.6115111111111111,0.6148666666666667
|
9 |
+
0,4000,0.6232,0.6096666666666667,0.6149333333333333
|
10 |
+
0,4500,0.6252,0.612,0.6158666666666667
|
11 |
+
0,5000,0.6259555555555556,0.6150444444444444,0.6181777777777778
|
12 |
+
0,5500,0.6288,0.617,0.621
|