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