nblokker commited on
Commit
78b0fa8
·
verified ·
1 Parent(s): 62dfcab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -16,7 +16,12 @@ language:
16
 
17
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
18
 
19
- This model can be used to identify sentences that contain similar migration-related demands and propositions.
 
 
 
 
 
20
 
21
  ## Usage (Sentence-Transformers)
22
 
@@ -145,5 +150,16 @@ SentenceTransformer(
145
  year = 2020
146
  }
147
 
 
 
 
 
 
 
 
 
 
 
 
148
 
149
  ```
 
16
 
17
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
18
 
19
+ This model may be used to estimate the similarities between sentences containing migration-related demands and propositions.
20
+
21
+ # Fine-Tuned on `all-MiniLM-L6-v2` Model
22
+
23
+ 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.
24
+
25
 
26
  ## Usage (Sentence-Transformers)
27
 
 
150
  year = 2020
151
  }
152
 
153
+ ## Acknowledgments
154
+
155
+ This model is based on the `all-MiniLM-L6-v2` model:
156
+ - 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
157
+ - Original model URL: https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
158
+ - License: Apache 2.0
159
+
160
+ ## License
161
+
162
+ This fine-tuned model is released under the MIT License. See the LICENSE file for more details.
163
+
164
 
165
  ```