Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# E5-small-unsupervised
|
| 2 |
|
| 3 |
**This model is similar to [e5-small](https://huggingface.co/intfloat/e5-small) but without supervised fine-tuning.**
|
|
@@ -70,5 +76,4 @@ If you find our paper or models helpful, please consider cite as follows:
|
|
| 70 |
|
| 71 |
## Limitations
|
| 72 |
|
| 73 |
-
This model only works for English texts. Long texts will be truncated to at most 512 tokens.
|
| 74 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- Sentence Similarity
|
| 6 |
+
---
|
| 7 |
# E5-small-unsupervised
|
| 8 |
|
| 9 |
**This model is similar to [e5-small](https://huggingface.co/intfloat/e5-small) but without supervised fine-tuning.**
|
|
|
|
| 76 |
|
| 77 |
## Limitations
|
| 78 |
|
| 79 |
+
This model only works for English texts. Long texts will be truncated to at most 512 tokens.
|
|
|