Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
Model results on SentEval Benchmark:
|
5 |
+
```shell
|
6 |
+
+-------+-------+-------+-------+-------+--------------+-----------------+--------+
|
7 |
+
| STS12 | STS13 | STS14 | STS15 | STS16 | STSBenchmark | SICKRelatedness | S.Avg. |
|
8 |
+
+-------+-------+-------+-------+-------+--------------+-----------------+--------+
|
9 |
+
| 71.71 | 83.09 | 75.46 | 83.13 | 80.22 | 79.70 | 73.62 | 78.13 |
|
10 |
+
+-------+-------+-------+-------+-------+--------------+-----------------+--------+
|
11 |
+
```
|