ELVISIO commited on
Commit
25c9c4c
·
verified ·
1 Parent(s): 6d3fb9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - sentence-similarity
5
  - feature-extraction
6
  - generated_from_trainer
7
- - dataset_size:50000
8
  - loss:OnlineContrastiveLoss
9
  base_model: jinaai/jina-embeddings-v3
10
  widget:
@@ -279,7 +279,7 @@ You can finetune this model on your own dataset.
279
  #### Unnamed Dataset
280
 
281
 
282
- * Size: 50,000 training samples
283
  * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>label</code>
284
  * Approximate statistics based on the first 1000 samples:
285
  | | sentence1 | sentence2 | label |
 
4
  - sentence-similarity
5
  - feature-extraction
6
  - generated_from_trainer
7
+ - dataset_size:10000
8
  - loss:OnlineContrastiveLoss
9
  base_model: jinaai/jina-embeddings-v3
10
  widget:
 
279
  #### Unnamed Dataset
280
 
281
 
282
+ * Size: 10000 training samples
283
  * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>label</code>
284
  * Approximate statistics based on the first 1000 samples:
285
  | | sentence1 | sentence2 | label |