apepkuss79 commited on
Commit
4f6b4aa
·
verified ·
1 Parent(s): 5710e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-VL-7B-Instruct
3
+ license: apache-2.0
4
+ model_creator: Qwen
5
+ model_name: Qwen2.5-VL-7B-Instruct
6
+ quantized_by: Second State Inc.
7
+ language:
8
+ - en
9
+ pipeline_tag: image-text-to-text
10
+ tags:
11
+ - multimodal
12
+ library_name: transformers
13
+ ---
14
+
15
+ # Qwen2.5-VL-7B-Instruct-GGUF
16
+
17
+ ## Original Model
18
+
19
+ [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct)
20
+
21
+ ## Run with Gaianet
22
+
23
+ **Prompt template:**
24
+
25
+ prompt template: `qwen2-vision`
26
+
27
+ **Context size:**
28
+
29
+ chat_ctx_size: `32000`
30
+
31
+
32
+ **Run with GaiaNet:**
33
+
34
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
35
+
36
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
37
+
38
+ *Quantized with llama.cpp b5196*