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