Downloads · 30 days
333
81% of all-time downloads
void0x14/echo
echo is a machine learning model from void0x14. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as agpl-3.0.
Hafif, hızlı, kayıpsız multimodal model. AMD RX460 2GB VRAM / Ryzen 5 3600 CPU için optimize. Gated DeltaNet hybrid attention sayesinde KV cache klasik modelin ~4'te 1'i; uzun kontekst düşük donanımda pratik.
Downloads · 30 days
333
81% of all-time downloads
All-time downloads
409
Public
Repo size
41.5 GB
Likes
0
Public
Click a slice to open those files.
.gguf4.8 GB · 100%
From the Hugging Face model README
Hafif, hızlı, kayıpsız multimodal model. AMD RX460 2GB VRAM / Ryzen 5 3600 CPU için optimize. Gated DeltaNet hybrid attention sayesinde KV cache klasik modelin ~4'te 1'i; uzun kontekst düşük donanımda pratik.
Orijinal Qwen/Qwen3.5-0.8B-Base (native early-fusion multimodal) olduğu gibi Q4_K_M'e quantize edildi.
Budama YOK, yeniden eğitim YOK — kod + vision + reasoning yeteneği kayıpsız korunur.
| Dosya | Açıklama | Boyut |
|---|---|---|
MVP/artifacts/gguf-vision/qwen35-text-Q4_K_M.gguf | Text backbone (24 katman, orijinal) | 497 MiB |
MVP/artifacts/gguf-vision/mmproj-F32.gguf | Vision projector (mmproj) | 402 MiB |
| Model | size | backend | ngl | test | t/s |
|---|---|---|---|---|---|
| qwen35 0.8B Q8_0 | 763.78 MiB | Vulkan | 99 | tg128 | 78.34 |
| qwen35 0.8B Q4_K_M | 497.39 MiB | Vulkan | 99 | tg128 | 85.10 |
| qwen35 0.8B Q4_K_M | 497.39 MiB | Vulkan | 99 | pp4096 | 684.35 |
| qwen35 0.8B Q4_K_M | 497.39 MiB | Vulkan | 0 (CPU) | tg128 | 47.83 |
llama-mtmd-cli ile CPU (ngl=0) VE GPU Vulkan (ngl=99) multimodal test:
çizilen test sahnesini kusursuz tanımladı — "A minimalist landscape features a brown house with a
red roof, a green field, and a yellow sun in a blue sky." (kahverengi ev + kırmızı çatı + yeşil
alan + sarı güneş + mavi gökyüzü). Chain-of-thought reasoning çalışıyor.llama-mtmd-cli \
-m MVP/artifacts/gguf-vision/qwen35-text-Q4_K_M.gguf \
--mmproj MVP/artifacts/gguf-vision/mmproj-F32.gguf \
--image FOTO.jpg -p "Describe this image." \
-c 4096 -ngl 99 --image-min-tokens 1024
İLERİDE HIZLAR YETMEZSE GEREKEBİLİR — ŞU ÜÇ YÖNDEN BİRİNE GİDİLEBİLİR: 1) BİTİ DÜŞÜRMEK (Q4_K_M → Q3/IQ3 — DİKKAT: kodlama quant'a EN hassas görev, 3-bit uçurum kenarı, 2-bit çöküş), VEYA 2) MODEL PARAMETRESİNİ DÜŞÜRMEK (dikkatli/az budama + MUTLAKA kod verili distill), VEYA 3) MODEL PARAMETRESİ + BİTİ BİRLİKTE DÜŞÜRMEK. GEREKİRSE BU YOLLARA BAŞVURULACAK. ŞU AN Q4_K_M + ORİJİNAL 0.8B YETERLİ VE KAYIPSIZ.