How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
# Run inference directly in the terminal:
llama cli -hf ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
# Run inference directly in the terminal:
llama cli -hf ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
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 ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
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 ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
Use Docker
docker model run hf.co/ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF:
Quick Links

Model Card

ogulcanakca/Kumru-2B-EPDK-Instruct modelinin (iki aşamalı DAPT + DPO ile eğitilmiş) GGUF formatına dönüştürülmüş versiyonlarını içerir.

Bu dosyalar, llama.cpp, Ollama, LM Studio ve diğer GGUF uyumlu platformlarda GPU olmadan CPU üzerinde verimli bir şekilde çalışmak üzere optimize edilmiştir.

Ana Model: 👉 ogulcanakca/Kumru-2B-EPDK-Instruct

Eğitim Detayları

Bu GGUF dosyaları, iki aşamalı bir süreçle eğitilmiş bir modelden dönüştürülmüştür:

  1. DAPT: vngrs-ai/Kumru-2B-Base modeli, ogulcanakca/epdk_corpus (domain terminolojisi) üzerinde eğitildi ve ogulcanakca/Kumru-2B-EPDK-dapt oluşturuldu.
  2. DPO: Model, ogulcanakca/epdk_dpo (24.5k+ sentetik prompt/chosen/rejected üçlüsü) veri setiyle DPO yöntemi kullanılarak "sohbet" ve "tercih" için eğitildi ve ogulcanakca/Kumru-2B-EPDK-DPO oluşturuldu..
  3. Merge: DAPT ve DPO adaptörleri, unsloth kütüphanesi kullanılarak Kumru-2B-Base modeline birleştirildi ve ogulcanakca/Kumru-2B-EPDK-Instruct oluşturuldu.
  4. Convert: Nihai birleştirilmiş model (ogulcanakca/Kumru-2B-EPDK-Instruct), llama.cpp kullanarak bu GGUF dosyalarına dönüştürüldü.

WandB Eğitim Raporu: 👉 WandB Raporu (DPO Aşaması)

Downloads last month
41
GGUF
Model size
2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ogulcanakca/Kumru-2B-EPDK-Instruct-GGUF

Quantized
(3)
this model