Commit ·
5682018
1
Parent(s): 9c74b26
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ model-index:
|
|
| 26 |
---
|
| 27 |
|
| 28 |
## Pre-trained sentence embedding models are the state-of-the-art of Sentence Embeddings for French.
|
| 29 |
-
This model is improved from [dangvantuan/sentence-camembert-base](https://huggingface.co/dangvantuan/sentence-camembert-base) using fine-tuning with [Augmented SBERT](https://aclanthology.org/2021.naacl-main.28.pdf) on
|
| 30 |
## Usage
|
| 31 |
The model can be used directly (without a language model) as follows:
|
| 32 |
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
## Pre-trained sentence embedding models are the state-of-the-art of Sentence Embeddings for French.
|
| 29 |
+
This model is improved from [dangvantuan/sentence-camembert-base](https://huggingface.co/dangvantuan/sentence-camembert-base) using fine-tuning with [Augmented SBERT](https://aclanthology.org/2021.naacl-main.28.pdf) on dataset [stsb](https://huggingface.co/datasets/stsb_multi_mt/viewer/fr/train) along with Pair Sampling Strategies through 2 models [CrossEncoder-camembert-large](https://huggingface.co/dangvantuan/CrossEncoder-camembert-large) and [dangvantuan/sentence-camembert-large](https://huggingface.co/dangvantuan/sentence-camembert-large)
|
| 30 |
## Usage
|
| 31 |
The model can be used directly (without a language model) as follows:
|
| 32 |
|