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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -20,7 +20,7 @@ This model may be used to estimate the similarities between sentences containing
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)
@@ -150,6 +150,9 @@ SentenceTransformer(
150
  year = 2020
151
  }
152
 
 
 
 
153
  ## Acknowledgments
154
 
155
  This model is based on the `all-MiniLM-L6-v2` model:
@@ -159,7 +162,6 @@ This model is based on the `all-MiniLM-L6-v2` model:
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
- ```
 
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](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2).
24
 
25
 
26
  ## Usage (Sentence-Transformers)
 
150
  year = 2020
151
  }
152
 
153
+
154
+ ```
155
+
156
  ## Acknowledgments
157
 
158
  This model is based on the `all-MiniLM-L6-v2` model:
 
162
 
163
  ## License
164
 
165
+ License
 
166
 
167
+ 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.