Instructions to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf", dtype="auto") - llama-cpp-python
How to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf", filename="PVD-160k-Mistral-7b.IQ3_M.gguf", )
llm.create_chat_completion( messages = "\"cats.jpg\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
Use Docker
docker model run hf.co/RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with Ollama:
ollama run hf.co/RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
- Unsloth Studio
How to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf to start chatting
- Docker Model Runner
How to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with Docker Model Runner:
docker model run hf.co/RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
- Lemonade
How to use RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull RichardErkhov/mikewang_-_PVD-160k-Mistral-7b-gguf:Q4_K_M
Run and chat with the model
lemonade run user.mikewang_-_PVD-160k-Mistral-7b-gguf-Q4_K_M
List all available models
lemonade list
Quantization made by Richard Erkhov.
This repository contains a quantized version of the model presented in Visually Descriptive Language Model for Vector Graphics Reasoning.
Project page: https://mikewangwzhl.github.io/VDLM/ Code: https://github.com/MikeWangWZHL/VDLM
PVD-160k-Mistral-7b - GGUF
- Model creator: https://huggingface.co/mikewang/
- Original model: https://huggingface.co/mikewang/PVD-160k-Mistral-7b/
| Name | Quant method | Size |
|---|---|---|
| PVD-160k-Mistral-7b.Q2_K.gguf | Q2_K | 2.53GB |
| PVD-160k-Mistral-7b.IQ3_XS.gguf | IQ3_XS | 2.81GB |
| PVD-160k-Mistral-7b.IQ3_S.gguf | IQ3_S | 2.96GB |
| PVD-160k-Mistral-7b.Q3_K_S.gguf | Q3_K_S | 2.95GB |
| PVD-160k-Mistral-7b.IQ3_M.gguf | IQ3_M | 3.06GB |
| PVD-160k-Mistral-7b.Q3_K.gguf | Q3_K | 3.28GB |
| PVD-160k-Mistral-7b.Q3_K_M.gguf | Q3_K_M | 3.28GB |
| PVD-160k-Mistral-7b.Q3_K_L.gguf | Q3_K_L | 3.56GB |
| PVD-160k-Mistral-7b.IQ4_XS.gguf | IQ4_XS | 3.67GB |
| PVD-160k-Mistral-7b.Q4_0.gguf | Q4_0 | 3.83GB |
| PVD-160k-Mistral-7b.IQ4_NL.gguf | IQ4_NL | 3.87GB |
| PVD-160k-Mistral-7b.Q4_K_S.gguf | Q4_K_S | 3.86GB |
| PVD-160k-Mistral-7b.Q4_K.gguf | Q4_K | 4.07GB |
| PVD-160k-Mistral-7b.Q4_K_M.gguf | Q4_K_M | 4.07GB |
| PVD-160k-Mistral-7b.Q4_1.gguf | Q4_1 | 4.24GB |
| PVD-160k-Mistral-7b.Q5_0.gguf | Q5_0 | 4.65GB |
| PVD-160k-Mistral-7b.Q5_K_S.gguf | Q5_K_S | 4.65GB |
| PVD-160k-Mistral-7b.Q5_K.gguf | Q5_K | 4.78GB |
| PVD-160k-Mistral-7b.Q5_K_M.gguf | Q5_K_M | 1.7GB |
| PVD-160k-Mistral-7b.Q5_1.gguf | Q5_1 | 5.07GB |
| PVD-160k-Mistral-7b.Q6_K.gguf | Q6_K | 5.53GB |
| PVD-160k-Mistral-7b.Q8_0.gguf | Q8_0 | 7.17GB |
Original model description:
license: apache-2.0 datasets: - mikewang/PVD-160K
Text-Based Reasoning About Vector Graphics
🌐 Homepage • 📃 Paper • 🤗 Data (PVD-160k) • 🤗 Model (PVD-160k-Mistral-7b) • 💻 Code
We observe that current large multimodal models (LMMs) still struggle with seemingly straightforward reasoning tasks that require precise perception of low-level visual details, such as identifying spatial relations or solving simple mazes. In particular, this failure mode persists in question-answering tasks about vector graphics—images composed purely of 2D objects and shapes.
To solve this challenge, we propose Visually Descriptive Language Model (VDLM), a visual reasoning framework that operates with intermediate text-based visual descriptions—SVG representations and learned Primal Visual Description, which can be directly integrated into existing LLMs and LMMs. We demonstrate that VDLM outperforms state-of-the-art large multimodal models, such as GPT-4V, across various multimodal reasoning tasks involving vector graphics. See our paper for more details.

- Downloads last month
- 2,257
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
