TJKlein commited on
Commit
5993af4
·
1 Parent(s): fc74874

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -200,6 +200,10 @@ for i in range(len(sentences1)):
200
  # Benchmark
201
 
202
  Model results on SentEval Benchmark:
 
 
 
 
203
  ```shell
204
  +-------+-------+-------+-------+-------+--------------+-----------------+--------+
205
  | STS12 | STS13 | STS14 | STS15 | STS16 | STSBenchmark | SICKRelatedness | S.Avg. |
@@ -208,6 +212,8 @@ Model results on SentEval Benchmark:
208
  +-------+-------+-------+-------+-------+--------------+-----------------+--------+
209
  ```
210
 
 
 
211
  ## Citations
212
  If you use this code in your research or want to refer to our work, please cite:
213
 
 
200
  # Benchmark
201
 
202
  Model results on SentEval Benchmark:
203
+
204
+ <details>
205
+ <summary> Click to expand </summary>
206
+
207
  ```shell
208
  +-------+-------+-------+-------+-------+--------------+-----------------+--------+
209
  | STS12 | STS13 | STS14 | STS15 | STS16 | STSBenchmark | SICKRelatedness | S.Avg. |
 
212
  +-------+-------+-------+-------+-------+--------------+-----------------+--------+
213
  ```
214
 
215
+ </details>
216
+
217
  ## Citations
218
  If you use this code in your research or want to refer to our work, please cite:
219