apepkuss79 commited on
Commit
9f187fc
·
verified ·
1 Parent(s): b5e7392

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openbmb/MiniCPM-V-4
3
+ model_creator: openbmb
4
+ model_name: MiniCPM-V-4
5
+ quantized_by: Second State Inc.
6
+ pipeline_tag: visual-question-answering
7
+ language:
8
+ - en
9
+ - zh
10
+ ---
11
+
12
+ # MiniCPM-V-4-GGUF
13
+
14
+ ## Original Model
15
+
16
+ [openbmb/MiniCPM-V-4](https://huggingface.co/openbmb/MiniCPM-V-4)
17
+
18
+ ## Run with Gaianet
19
+
20
+ **Prompt template:**
21
+
22
+ prompt template: `minicpmv`
23
+
24
+ **Context size:**
25
+
26
+ chat_ctx_size: `128000`
27
+
28
+
29
+ **Run with GaiaNet:**
30
+
31
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
32
+
33
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
34
+
35
+ *Quantized with llama.cpp b6138*