Create Readme.md
Browse files
Readme.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Introduction
|
2 |
+
|
3 |
+
# Result
|
4 |
+
```
|
5 |
+
epoch = 3.0
|
6 |
+
eval_avg_sts = 0.852688164945469
|
7 |
+
eval_sickr_spearman = 0.8305016923227837
|
8 |
+
eval_stsb_spearman = 0.8748746375681541
|
9 |
+
------ test ------
|
10 |
+
+-------+-------+-------+-------+-------+--------------+-----------------+-------+
|
11 |
+
| STS12 | STS13 | STS14 | STS15 | STS16 | STSBenchmark | SICKRelatedness | Avg. |
|
12 |
+
+-------+-------+-------+-------+-------+--------------+-----------------+-------+
|
13 |
+
| 77.30 | 86.62 | 81.69 | 86.02 | 84.17 | 85.79 | 81.62 | 83.32 |
|
14 |
+
+-------+-------+-------+-------+-------+--------------+-----------------+-------+
|
15 |
+
+-------+-------+-------+-------+-------+-------+-------+-------+
|
16 |
+
| MR | CR | SUBJ | MPQA | SST2 | TREC | MRPC | Avg. |
|
17 |
+
+-------+-------+-------+-------+-------+-------+-------+-------+
|
18 |
+
| 86.91 | 91.81 | 93.81 | 90.89 | 91.54 | 90.60 | 72.87 | 88.35 |
|
19 |
+
+-------+-------+-------+-------+-------+-------+-------+-------+
|
20 |
+
```
|