apepkuss79 commited on
Commit
4a55fba
·
verified ·
1 Parent(s): 7e573c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - mteb
4
+ - sentence-transformers
5
+ - transformers
6
+ - Qwen2
7
+ - sentence-similarity
8
+ license: apache-2.0
9
+ base_model: Alibaba-NLP/gte-Qwen2-1.5B-instruct
10
+ model_creator: intfloat
11
+ quantized_by: Second State Inc.
12
+ ---
13
+
14
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
15
+
16
+ # gte-Qwen2-1.5B-instruct-GGUF
17
+
18
+ ## Original Model
19
+
20
+ [Alibaba-NLP/gte-Qwen2-1.5B-instruct](https://huggingface.co/Alibaba-NLP/gte-Qwen2-1.5B-instruct)
21
+
22
+ ## Run with Gaianet
23
+
24
+ **Prompt template:**
25
+
26
+ prompt template: `embedding`
27
+
28
+ **Context size:**
29
+
30
+ chat_ctx_size: `32000`
31
+
32
+
33
+ **Run with GaiaNet:**
34
+
35
+ - Quick start with gte-Qwen2-1.5B-instruct: https://github.com/GaiaNet-AI/node-configs/blob/main/gte-Qwen2-1.5B-instruct/README.md
36
+
37
+
38
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
39
+
40
+ *Quantized with llama.cpp b3259*