dleemiller commited on
Commit
a3def50
·
verified ·
1 Parent(s): 6ed200a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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