Update model metadata to set pipeline tag to the new `text-ranking` (#2)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` (a0abeb7c0a465e787993e9109e7a357b34691423)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
pipeline_tag:
|
| 3 |
language: fr
|
| 4 |
datasets:
|
| 5 |
- stsb_multi_mt
|
|
@@ -12,17 +12,17 @@ license: apache-2.0
|
|
| 12 |
model-index:
|
| 13 |
- name: sentence-camembert-base by Van Tuan DANG
|
| 14 |
results:
|
| 15 |
-
- task:
|
| 16 |
-
name: Sentence-Embedding
|
| 17 |
type: Text Similarity
|
|
|
|
| 18 |
dataset:
|
| 19 |
name: Text Similarity fr
|
| 20 |
type: stsb_multi_mt
|
| 21 |
args: fr
|
| 22 |
metrics:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
---
|
| 27 |
|
| 28 |
## Model
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: text-ranking
|
| 3 |
language: fr
|
| 4 |
datasets:
|
| 5 |
- stsb_multi_mt
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: sentence-camembert-base by Van Tuan DANG
|
| 14 |
results:
|
| 15 |
+
- task:
|
|
|
|
| 16 |
type: Text Similarity
|
| 17 |
+
name: Sentence-Embedding
|
| 18 |
dataset:
|
| 19 |
name: Text Similarity fr
|
| 20 |
type: stsb_multi_mt
|
| 21 |
args: fr
|
| 22 |
metrics:
|
| 23 |
+
- type: Pearson_correlation_coefficient
|
| 24 |
+
value: xx.xx
|
| 25 |
+
name: Test Pearson correlation coefficient
|
| 26 |
---
|
| 27 |
|
| 28 |
## Model
|