Update README.md
Browse filesUnnecessary stats are removed.
README.md
CHANGED
@@ -160,11 +160,11 @@ You can finetune this model on your own dataset.
|
|
160 |
* Dataset: triplet
|
161 |
* Size: 36,864 training samples
|
162 |
* Columns: <code>anchor</code>, <code>positive</code>, <code>negative_1</code>, <code>negative_2</code>, and <code>negative_3</code>
|
163 |
-
* Approximate statistics based on the first 1000 samples:
|
164 |
| | anchor | positive | negative_1 | negative_2 | negative_3 |
|
165 |
|:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
166 |
| type | string | string | string | string | string |
|
167 |
-
| details | <ul><li>min: 6 tokens</li><li>mean: 13.88 tokens</li><li>max: 54 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 13.89 tokens</li><li>max: 45 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 18.68 tokens</li><li>max: 118 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 19.26 tokens</li><li>max: 117 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 18.07 tokens</li><li>max: 108 tokens</li></ul> |
|
168 |
* Samples:
|
169 |
| anchor | positive | negative_1 | negative_2 | negative_3 |
|
170 |
|:---------------------------------------------------------------------------------------------|:--------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
160 |
* Dataset: triplet
|
161 |
* Size: 36,864 training samples
|
162 |
* Columns: <code>anchor</code>, <code>positive</code>, <code>negative_1</code>, <code>negative_2</code>, and <code>negative_3</code>
|
163 |
+
<!-- * Approximate statistics based on the first 1000 samples:
|
164 |
| | anchor | positive | negative_1 | negative_2 | negative_3 |
|
165 |
|:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
166 |
| type | string | string | string | string | string |
|
167 |
+
| details | <ul><li>min: 6 tokens</li><li>mean: 13.88 tokens</li><li>max: 54 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 13.89 tokens</li><li>max: 45 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 18.68 tokens</li><li>max: 118 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 19.26 tokens</li><li>max: 117 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 18.07 tokens</li><li>max: 108 tokens</li></ul> | -->
|
168 |
* Samples:
|
169 |
| anchor | positive | negative_1 | negative_2 | negative_3 |
|
170 |
|:---------------------------------------------------------------------------------------------|:--------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------|
|