Views
No views yet
llama.cpp ve türevleriyle ek dönüştürme adımı gerektirmeden
kullanılır.| Dosya | Boyut | Açıklama |
|---|---|---|
Sedna-26B-TR-Q4_0.gguf | ~14.4 GB | Ana model, Q4_0 nicemleme |
Sedna-26B-TR-mmproj-BF16.gguf | ~1.1 GB | Görsel projektör — yalnızca görsel girdi kullanacaksanız gerekir |
| Kategori | Puan |
|---|---|
| Dil anlama (Belebele · XCOPA · XNLI) | 86.2 |
| Bilgi (TurkishMMLU · EXAMS) | 78.0 |
| Soru cevap (XQuAD, F1) | 64.8 |
| Genel ortalama | 79.9 |
llama-server -m Sedna-26B-TR-Q4_0.gguf -c 81921llama-server -m Sedna-26B-TR-Q4_0.gguf \
2 --mmproj Sedna-26B-TR-mmproj-BF16.gguf -c 81921curl http://127.0.0.1:8080/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -d '{"messages":[{"role":"user","content":"Merhaba, kendini tanıt."}]}'hf download afkfatih/Sedna-26B-TR-GGUF Sedna-26B-TR-Q4_0.gguf --local-dir .<think> blokları içinde muhakeme üretir. Kapatmak için
istemci tarafında chat_template_kwargs: {"enable_thinking": false} gönderin;
llama.cpp sunucusunda --reasoning-budget 0 da aynı işi görür.