Add model context in README
Browse files
README.md
CHANGED
@@ -26,6 +26,14 @@ model-index:
|
|
26 |
library_name: sentence-transformers
|
27 |
---
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Pre-trained sentence embedding models are the state-of-the-art of Sentence Embeddings for French.
|
30 |
Model is Fine-tuned using pre-trained [facebook/camembert-base](https://huggingface.co/camembert/camembert-base) and
|
31 |
[Siamese BERT-Networks with 'sentences-transformers'](https://www.sbert.net/) on dataset [stsb](https://huggingface.co/datasets/stsb_multi_mt/viewer/fr/train)
|
@@ -116,4 +124,4 @@ The performance is measured using Pearson and Spearman correlation:
|
|
116 |
author={Martin, Louis and Muller, Benjamin and Su{\'a}rez, Pedro Javier Ortiz and Dupont, Yoann and Romary, Laurent and de la Clergerie, {\'E}ric Villemonte and Seddah, Djam{\'e} and Sagot, Beno{\^\i}t},
|
117 |
journal={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
|
118 |
year={2020}
|
119 |
-
}
|
|
|
26 |
library_name: sentence-transformers
|
27 |
---
|
28 |
|
29 |
+
## sentence-camembert-base
|
30 |
+
|
31 |
+
Model is loaded from [dangvantuan/sentence-camembert-base](https://huggingface.co/dangvantuan/sentence-camembert-base).
|
32 |
+
|
33 |
+
|
34 |
+
---
|
35 |
+
|
36 |
+
|
37 |
## Pre-trained sentence embedding models are the state-of-the-art of Sentence Embeddings for French.
|
38 |
Model is Fine-tuned using pre-trained [facebook/camembert-base](https://huggingface.co/camembert/camembert-base) and
|
39 |
[Siamese BERT-Networks with 'sentences-transformers'](https://www.sbert.net/) on dataset [stsb](https://huggingface.co/datasets/stsb_multi_mt/viewer/fr/train)
|
|
|
124 |
author={Martin, Louis and Muller, Benjamin and Su{\'a}rez, Pedro Javier Ortiz and Dupont, Yoann and Romary, Laurent and de la Clergerie, {\'E}ric Villemonte and Seddah, Djam{\'e} and Sagot, Beno{\^\i}t},
|
125 |
journal={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
|
126 |
year={2020}
|
127 |
+
}
|