Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# E5-base-unsupervised
|
| 2 |
|
| 3 |
**This model is similar to [e5-base](https://huggingface.co/intfloat/e5-base) but without supervised fine-tuning.**
|
|
@@ -70,5 +73,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 |
+
pipeline_tag: sentence-similarity
|
| 3 |
+
---
|
| 4 |
# E5-base-unsupervised
|
| 5 |
|
| 6 |
**This model is similar to [e5-base](https://huggingface.co/intfloat/e5-base) but without supervised fine-tuning.**
|
|
|
|
| 73 |
|
| 74 |
## Limitations
|
| 75 |
|
| 76 |
+
This model only works for English texts. Long texts will be truncated to at most 512 tokens.
|
|
|