Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: minicpm-model-license
|
| 4 |
license_link: https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
|
| 7 |
- Original model: [MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6)
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: minicpm-model-license
|
| 4 |
license_link: https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md
|
| 5 |
+
base_model:
|
| 6 |
+
- openbmb/MiniCPM-V-2_6
|
| 7 |
+
pipeline_tag: image-text-to-text
|
| 8 |
+
tags:
|
| 9 |
+
- vision
|
| 10 |
---
|
| 11 |
GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
|
| 12 |
- Original model: [MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6)
|