csabakecskemeti commited on
Commit
6047b28
·
verified ·
1 Parent(s): a9dfd4c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -16
README.md CHANGED
@@ -1,23 +1,12 @@
1
  ---
2
  base_model:
3
  - Qwen/Qwen2-VL-7B-Instruct
4
- pipeline_tag: image-text-to-text
5
  ---
6
 
7
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/MpdL9NBskLC23jc2Wufci.png)
8
 
9
- ### Sample use wit llama.cpp
10
- ```
11
- build/bin/llama-qwen2vl-cli -m ../Qwen.Qwen2-VL-7B-Instruct-GGUF/Qwen2.5-7b-instruct-Q8_0.gguf --mmproj ../Qwen.Qwen2-VL-7B-Instruct-GGUF/qwen.qwen2-vl-7b-instruct-vision.gguf -p "Describe this image." --image ~/test_img.jpg
12
- ```
13
 
14
- ### Build llama-qwen2vl-cli
15
- ```
16
- cmake --build build --config Release --target llama-qwen2vl-cli
17
- ```
18
-
19
- I'm doing this to 'Make knowledge free for everyone', using my personal time and resources.
20
-
21
- If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar
22
-
23
- Also feel free to visit my website https://devquasar.com/
 
1
  ---
2
  base_model:
3
  - Qwen/Qwen2-VL-7B-Instruct
4
+ pipeline_tag: text-generation
5
  ---
6
 
7
+ [<img src="https://raw.githubusercontent.com/csabakecskemeti/devquasar/main/dq_logo_black-transparent.png" width="200"/>](https://devquasar.com)
8
 
9
+ 'Make knowledge free for everyone'
 
 
 
10
 
11
+ Quantized version of: [Qwen/Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct)
12
+ <a href='https://ko-fi.com/L4L416YX7C' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>