Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: intfloat/multilingual-e5-large
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
+
- mteb
|
6 |
+
- Sentence Transformers
|
7 |
+
- sentence-similarity
|
8 |
+
- feature-extraction
|
9 |
+
- sentence-transformers
|
10 |
+
---
|
11 |
+
|
12 |
+
# phate334/multilingual-e5-large-gguf
|
13 |
+
This model was converted to GGUF format from [`intfloat/multilingual-e5-large`](https://huggingface.co/intfloat/multilingual-e5-large) using llama.cpp.
|