SebastiaanBeekman commited on
Commit
8c9e5ff
·
verified ·
1 Parent(s): 0367e93

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 100K<n<1M
6
+ ---
7
+
8
+ # Dataset Card for SentEval Clone
9
+
10
+ SentEval is a library for evaluating the quality of sentence embeddings. We assess their generalization power by using them as features on a broad and diverse set of "transfer" tasks. SentEval currently includes 17 downstream tasks. We also include a suite of 10 probing tasks which evaluate what linguistic properties are encoded in sentence embeddings. Our goal is to ease the study and the development of general-purpose fixed-size sentence representations.
11
+
12
+ ## Citation Information
13
+
14
+ ```
15
+ @article{conneau2018senteval,
16
+ title={SentEval: An Evaluation Toolkit for Universal Sentence Representations},
17
+ author={Conneau, Alexis and Kiela, Douwe},
18
+ journal={arXiv preprint arXiv:1803.05449},
19
+ year={2018}
20
+ }
21
+ ```