apepkuss79
commited on
Commit
•
81757ec
1
Parent(s):
290fb01
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
3 |
+
license: apache-2.0
|
4 |
+
model_creator: Qwen
|
5 |
+
model_name: Qwen2-VL-2B-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-VL-2B-Instruct-GGUF
|
16 |
+
|
17 |
+
## Original Model
|
18 |
+
|
19 |
+
[Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct)
|
20 |
+
|
21 |
+
## Run with Gaianet
|
22 |
+
|
23 |
+
**Prompt template:**
|
24 |
+
|
25 |
+
prompt template: coming soon
|
26 |
+
|
27 |
+
<!-- prompt template: `chatml` -->
|
28 |
+
|
29 |
+
**Context size:**
|
30 |
+
|
31 |
+
chat_ctx_size: `32000`
|
32 |
+
|
33 |
+
|
34 |
+
**Run with GaiaNet:**
|
35 |
+
|
36 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
37 |
+
|
38 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
39 |
+
|
40 |
+
*Quantized with llama.cpp b4273*
|