apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: jinaai/jina-embeddings-v2-small-en
|
3 |
+
license: apache-2.0
|
4 |
+
model_creator: jinaai
|
5 |
+
quantized_by: Second State Inc.
|
6 |
+
language: en
|
7 |
+
inference: false
|
8 |
+
---
|
9 |
+
|
10 |
+
# jina-embeddings-v2-small-en-GGUF
|
11 |
+
|
12 |
+
## Original Model
|
13 |
+
|
14 |
+
[jinaai/jina-embeddings-v2-small-en](https://huggingface.co/jinaai/jina-embeddings-v2-small-en)
|
15 |
+
|
16 |
+
## Run with Gaianet
|
17 |
+
|
18 |
+
**Prompt template**
|
19 |
+
|
20 |
+
prompt template: `embedding`
|
21 |
+
|
22 |
+
**Context size**
|
23 |
+
|
24 |
+
ctx_size: `8192`
|
25 |
+
|
26 |
+
**Embedding dim**
|
27 |
+
|
28 |
+
dim: `512`
|
29 |
+
|
30 |
+
**Run with GaiaNet**
|
31 |
+
|
32 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
33 |
+
|
34 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
35 |
+
|
36 |
+
*Quantized with llama.cpp b4273*
|