nblokker commited on
Commit
1d965c6
·
verified ·
1 Parent(s): 818c49c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -19,9 +19,9 @@ This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentence
19
 
20
  This model may be used to estimate the similarities between sentences containing migration-related demands and propositions. Check out this [blog post](https://nicoblokker.github.io/PTaD/posts/qca_meets_sbert/dna_meets_sbert.html) for more information and potential use cases.
21
 
22
- # Fine-Tuned on `all-MiniLM-L6-v2` Model
23
 
24
- This repository contains a fine-tuned version of the `all-MiniLM-L6-v2` model. The original model was created by Nils Reimers and Iryna Gurevych and is available on [Hugging Face](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2).
25
 
26
 
27
  ## Usage (Sentence-Transformers)
@@ -156,11 +156,20 @@ SentenceTransformer(
156
 
157
  ## Acknowledgments
158
 
159
- This model is based on the `all-MiniLM-L6-v2` model:
160
- - Reimers, N., & Gurevych, I. (2020). Making Monolingual Sentence Embeddings Multilingual using Knowledge Distillation. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing. https://arxiv.org/abs/2004.09813
161
- - Original model URL: https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
 
 
 
 
 
 
 
 
 
162
  - License: Apache 2.0
163
 
164
  ## License
165
 
166
- The fine-tuned parts of this model are released under the MIT License. See the LICENSE file for more details. The original all-MiniLM-L6-v2 model remains under its original Apache 2.0 License.
 
19
 
20
  This model may be used to estimate the similarities between sentences containing migration-related demands and propositions. Check out this [blog post](https://nicoblokker.github.io/PTaD/posts/qca_meets_sbert/dna_meets_sbert.html) for more information and potential use cases.
21
 
22
+ # Fine-Tuned on `sentence-transformers_paraphrase-multilingual-mpnet-base-v2` Model
23
 
24
+ This repository contains a fine-tuned version of the `sentence-transformers_paraphrase-multilingual-mpnet-base-v2` model. The original model was created by Nils Reimers and Iryna Gurevych and is available on [Hugging Face](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2).
25
 
26
 
27
  ## Usage (Sentence-Transformers)
 
156
 
157
  ## Acknowledgments
158
 
159
+ This model is based on the `sentence-transformers/paraphrase-multilingual-mpnet-base-v2` model:
160
+ ```@inproceedings{reimers-2019-sentence-bert,
161
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
162
+ author = "Reimers, Nils and Gurevych, Iryna",
163
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
164
+ month = "11",
165
+ year = "2019",
166
+ publisher = "Association for Computational Linguistics",
167
+ url = "http://arxiv.org/abs/1908.10084",
168
+ }
169
+ ```
170
+ - Original model URL: https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2
171
  - License: Apache 2.0
172
 
173
  ## License
174
 
175
+ The fine-tuned parts of this model are released under the MIT License. See the LICENSE file for more details. The original sentence-transformers/paraphrase-multilingual-mpnet-base-v2 model remains under its original Apache 2.0 License.