GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

davidnichols-ops/claude-yolo-vibes-v4-GGUF overview

claude yolo vibes v4 GGUF GGUF quantizations of claude yolo vibes v4 dpo https://huggingface.co/davidnichols ops/claude yolo vibes v4 dpo — a Qwen2.5 Coder 7B …

transformersggufqwen2text-generationqwen2.5qwen2.5-codercodepersonalityyolo-vibessftdpofine-tunellama.cppconversationalenbase_model:Qwen/Qwen2.5-Coder-7B-Instructbase_model:quantized:Qwen/Qwen2.5-Coder-7B-Instructlicense:apache-2.0endpoints_compatibleregion:us

Runs locally from ~4.36 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
claude-yolo-vibes-v4-Q4_K_M.ggufGGUFQ4_K_M4.36 GBDownload
claude-yolo-vibes-v4-Q5_K_M.ggufGGUFQ5_K_M5.07 GBDownload
claude-yolo-vibes-v4-Q8_0.ggufGGUFQ8_07.54 GBDownload

Model Details

Model IDdavidnichols-ops/claude-yolo-vibes-v4-GGUF
Authordavidnichols-ops
Pipelinetext-generation
Licenseapache-2.0
Base modelQwen/Qwen2.5-Coder-7B-Instruct
Last modified2026-08-17T10:24:29.000Z

Model README

---

base_model: Qwen/Qwen2.5-Coder-7B-Instruct

language: en

library_name: transformers

license: apache-2.0

pipeline_tag: text-generation

tags:

  • qwen2.5
  • qwen2.5-coder
  • code
  • personality
  • yolo-vibes
  • sft
  • dpo
  • fine-tune
  • gguf
  • llama.cpp

model_type: qwen2

---

claude-yolo-vibes-v4-GGUF

GGUF quantizations of claude-yolo-vibes-v4-dpo — a Qwen2.5-Coder-7B-Instruct fine-tune with "yolo vibes" personality and 88.4% HumanEval pass@1.

Quantizations

| File | Format | Size | Bits/Weight | Use Case |

|---|---|---|---|---|

| claude-yolo-vibes-v4-Q4_K_M.gguf | Q4_K_M | 4.4 GB | 4.91 | Recommended — best quality/size tradeoff |

| claude-yolo-vibes-v4-Q5_K_M.gguf | Q5_K_M | 5.1 GB | 5.5 | Higher quality, slightly larger |

| claude-yolo-vibes-v4-Q8_0.gguf | Q8_0 | 7.5 GB | 8.5 | Near-lossless |

Benchmark

| Model | HumanEval pass@1 | Personality |

|---|---|---|

| Qwen2.5-Coder-7B-Instruct (base) | 88.4% | None |

| claude-yolo-vibes-v4 (SFT+DPO) | 88.4% | Yolo vibes |

Zero personality tax — the fine-tune adds personality without degrading coding ability.

Usage

llama.cpp

llama-cli -m claude-yolo-vibes-v4-Q4_K_M.gguf -p "Write a Python function to reverse a linked list" --chat-template chatml

Ollama

Create a Modelfile:

FROM ./claude-yolo-vibes-v4-Q4_K_M.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
ollama create yolo-vibes -f Modelfile
ollama run yolo-vibes

LM Studio

Download any GGUF file and load it directly. The ChatML template is embedded in the file metadata.

Training Details

  • Base model: Qwen/Qwen2.5-Coder-7B-Instruct
  • Stage 1 SFT: 100K verified code examples, 2 epochs, lr=2e-5, cosine schedule
  • Stage 2 DPO: Light-touch personality alignment, 1 epoch, lr=1e-6, beta=0.3
  • Training data: 786K examples from 5 public datasets, all decontaminated against HumanEval
  • Hardware: AMD MI300X (192GB VRAM)

Full training details: claude-yolo-vibes-v5 repo

Other Formats

Run davidnichols-ops/claude-yolo-vibes-v4-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models