alpcansoydas commited on
Commit
ec0885c
·
verified ·
1 Parent(s): 382cdfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -17
README.md CHANGED
@@ -225,12 +225,7 @@ You can finetune this model on your own dataset.
225
 
226
  * Size: 25,300 training samples
227
  * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>texts</code>
228
- * Approximate statistics based on the first 1000 samples:
229
- | | sentence1 | sentence2 | texts |
230
- |:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------|
231
- | type | string | string | list |
232
- | details | <ul><li>min: 3 tokens</li><li>mean: 16.76 tokens</li><li>max: 77 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 7.99 tokens</li><li>max: 16 tokens</li></ul> | <ul><li>size: 2 elements</li></ul> |
233
-
234
  * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
235
  ```json
236
  {
@@ -246,17 +241,7 @@ You can finetune this model on your own dataset.
246
 
247
  * Size: 5,422 evaluation samples
248
  * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>texts</code>
249
- * Approximate statistics based on the first 1000 samples:
250
- | | sentence1 | sentence2 | texts |
251
- |:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------|
252
- | type | string | string | list |
253
- | details | <ul><li>min: 3 tokens</li><li>mean: 16.96 tokens</li><li>max: 93 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 7.96 tokens</li><li>max: 16 tokens</li></ul> | <ul><li>size: 2 elements</li></ul> |
254
- * Samples:
255
- | sentence1 | sentence2 | texts |
256
- |:--------------------------------------------------------------------------|:--------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------|
257
- | <code>MMS SDPA PROXY APPL - GELISTIRME</code> | <code>Software</code> | <code>['MMS SDPA PROXY APPL - GELISTIRME', 'Software']</code> |
258
- | <code>IPHONE 13 PINK 128GB-TUR</code> | <code>Communications Devices and Accessories</code> | <code>['IPHONE 13 PINK 128GB-TUR', 'Communications Devices and Accessories']</code> |
259
- | <code>12FMTPEf( Elite Female ) x 06LCDX Outdor Cable , 5.0mm , 50m</code> | <code>Electrical equipment and components and supplies</code> | <code>['12FMTPEf( Elite Female ) x 06LCDX Outdor Cable , 5.0mm , 50m', 'Electrical equipment and components and supplies']</code> |
260
  * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
261
  ```json
262
  {
 
225
 
226
  * Size: 25,300 training samples
227
  * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>texts</code>
228
+ *
 
 
 
 
 
229
  * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
230
  ```json
231
  {
 
241
 
242
  * Size: 5,422 evaluation samples
243
  * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>texts</code>
244
+
 
 
 
 
 
 
 
 
 
 
245
  * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
246
  ```json
247
  {