Add sentence-transformers library name (#4)
Browse files- Add sentence-transformers library name (8a5de30459b01917771ff89dd840fe0d03ec710f)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
|
@@ -12,7 +12,7 @@ license: apache-2.0
|
|
| 12 |
model-index:
|
| 13 |
- name: sentence-camembert-large by Van Tuan DANG
|
| 14 |
results:
|
| 15 |
-
- task:
|
| 16 |
name: Sentence-Embedding
|
| 17 |
type: Text Similarity
|
| 18 |
dataset:
|
|
@@ -20,9 +20,10 @@ model-index:
|
|
| 20 |
type: stsb_multi_mt
|
| 21 |
args: fr
|
| 22 |
metrics:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
| 26 |
---
|
| 27 |
## Description:
|
| 28 |
This [**Sentence-CamemBERT-Large**](https://huggingface.co/Lajavaness/sentence-camembert-large) Model is an Embedding Model for French developed by [La Javaness](https://www.lajavaness.com/). The purpose of this embedding model is to represent the content and semantics of a French sentence as a mathematical vector, allowing it to understand the meaning of the text beyond individual words in queries and documents. It offers powerful semantic search capabilities.
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: sentence-camembert-large by Van Tuan DANG
|
| 14 |
results:
|
| 15 |
+
- task:
|
| 16 |
name: Sentence-Embedding
|
| 17 |
type: Text Similarity
|
| 18 |
dataset:
|
|
|
|
| 20 |
type: stsb_multi_mt
|
| 21 |
args: fr
|
| 22 |
metrics:
|
| 23 |
+
- name: Test Pearson correlation coefficient
|
| 24 |
+
type: Pearson_correlation_coefficient
|
| 25 |
+
value: 88.63
|
| 26 |
+
library_name: sentence-transformers
|
| 27 |
---
|
| 28 |
## Description:
|
| 29 |
This [**Sentence-CamemBERT-Large**](https://huggingface.co/Lajavaness/sentence-camembert-large) Model is an Embedding Model for French developed by [La Javaness](https://www.lajavaness.com/). The purpose of this embedding model is to represent the content and semantics of a French sentence as a mathematical vector, allowing it to understand the meaning of the text beyond individual words in queries and documents. It offers powerful semantic search capabilities.
|