Datasets:
dleemiller
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -100,6 +100,7 @@ with the most similar being `synonym` and least similar `contextual meaning`.
|
|
100 |
|
101 |
* `pair-score` - random choice weighted to a target of 0.9
|
102 |
* `pair-score-hard` random choice weighted to a target of 0.85
|
|
|
103 |
* `triplet` - random choice weighted to a target of 0.9
|
104 |
* `triplet-hard` - random choice weighted to a target of 0.85
|
105 |
* `raw` - full dataset
|
|
|
100 |
|
101 |
* `pair-score` - random choice weighted to a target of 0.9
|
102 |
* `pair-score-hard` random choice weighted to a target of 0.85
|
103 |
+
* `pair-score-sampled` sampled toward a uniform score distribution
|
104 |
* `triplet` - random choice weighted to a target of 0.9
|
105 |
* `triplet-hard` - random choice weighted to a target of 0.85
|
106 |
* `raw` - full dataset
|