Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
|
|
3 |
tags:
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
@@ -186,4 +187,8 @@ If you find this model helpful, feel free to cite our publication [Sentence-BERT
|
|
186 |
publisher = "Association for Computational Linguistics",
|
187 |
url = "http://arxiv.org/abs/1908.10084",
|
188 |
}
|
189 |
-
```
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- sentence-transformers
|
6 |
- feature-extraction
|
|
|
187 |
publisher = "Association for Computational Linguistics",
|
188 |
url = "http://arxiv.org/abs/1908.10084",
|
189 |
}
|
190 |
+
```
|
191 |
+
|
192 |
+
## License
|
193 |
+
|
194 |
+
This model is released under the Apache 2 license. However, note that this model was trained on the MS MARCO dataset which has it's own license restrictions: [MS MARCO - Terms and Conditions](https://github.com/microsoft/msmarco/blob/095515e8e28b756a62fcca7fcf1d8b3d9fbb96a9/README.md).
|