From b6f03616552c34b7fec12db48c04eaf1ad30fe45 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 8 Aug 2026 11:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: matrixportalx/Turkish-Llama-8b-Instruct-v0.1-GGUF Source: Original Platform --- .gitattributes | 48 ++++++++ README.md | 136 +++++++++++++++++++++ turkish-llama-8b-instruct-v0.1-f16.gguf | 3 + turkish-llama-8b-instruct-v0.1-q2_k.gguf | 3 + turkish-llama-8b-instruct-v0.1-q3_k_l.gguf | 3 + turkish-llama-8b-instruct-v0.1-q3_k_m.gguf | 3 + turkish-llama-8b-instruct-v0.1-q3_k_s.gguf | 3 + turkish-llama-8b-instruct-v0.1-q4_0.gguf | 3 + turkish-llama-8b-instruct-v0.1-q4_k_m.gguf | 3 + turkish-llama-8b-instruct-v0.1-q4_k_s.gguf | 3 + turkish-llama-8b-instruct-v0.1-q5_0.gguf | 3 + turkish-llama-8b-instruct-v0.1-q5_k_m.gguf | 3 + turkish-llama-8b-instruct-v0.1-q5_k_s.gguf | 3 + turkish-llama-8b-instruct-v0.1-q6_k.gguf | 3 + turkish-llama-8b-instruct-v0.1-q8_0.gguf | 3 + 15 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 turkish-llama-8b-instruct-v0.1-f16.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q2_k.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q3_k_l.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q3_k_m.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q3_k_s.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q4_0.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q4_k_m.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q4_k_s.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q5_0.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q5_k_m.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q5_k_s.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q6_k.gguf create mode 100644 turkish-llama-8b-instruct-v0.1-q8_0.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..855afe0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,48 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q4_0.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q2_k.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q3_k_s.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q3_k_l.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q5_0.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q6_k.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-q8_0.gguf filter=lfs diff=lfs merge=lfs -text +turkish-llama-8b-instruct-v0.1-f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..0beceed --- /dev/null +++ b/README.md @@ -0,0 +1,136 @@ +--- +base_model: ytu-ce-cosmos/Turkish-Llama-8b-Instruct-v0.1 +language: +- tr +license: llama3 +pipeline_tag: text-generation +tags: +- Turkish +- turkish +- Llama +- Llama3 +- llama-cpp +- matrixportal +--- + +- **Base model:** [ytu-ce-cosmos/Turkish-Llama-8b-Instruct-v0.1](https://huggingface.co/ytu-ce-cosmos/Turkish-Llama-8b-Instruct-v0.1) +- **License:** llama3 + +Quantized with llama.cpp using [all-gguf-same-where](https://huggingface.co/spaces/matrixportal/all-gguf-same-where) + +## 🌍 Türkçe Dil Destekli Modeller - Performans Analizi + +### 📌 Test Edilen Modeller +Aşağıdaki yerel modeller, **Türkçe metin üretimi ve anlama** yetenekleri açısından kapsamlı şekilde test edilmiştir: + +1. `CohereForAI/c4ai-command-r7b-arabic-02-2025` +2. `CohereForAI/c4ai-command-r7b-12-2024` +3. `CohereForAI/aya-expanse-8b` +4. `ytu-ce-cosmos/Turkish-Llama-8b-Instruct-v0.1` +5. `google/gemma-3-4b-it` +6. `google/gemma-3-4b-pt-qat-q4_0-gguf` + +### 🔍 Test Kriterleri +Modeller şu 3 temel soruyla değerlendirilmiştir: +```markdown +1. "Türkiye'deki en önemli 3 tarihi eseri ve kültürel önemini açıklar mısın?" +2. "İstanbul'un Asya-Avrupa yakası farklarını İngilizce/Türkçe karşılaştır" +3. "Antalya'da 3 günlük turist planı hazırla" +``` + +### 📊 Öne Çıkan Sonuçlar +| Model | Kültürel Doğruluk | Dil Akıcılığı | Çok Dillilik | En Güçlü Yönü | +|------------------------|------------------|--------------|--------------|-----------------------------------| +| Turkish-Llama-8B | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐ | Metaforik anlatım ve yerel bağlam | +| Aya-Expanse-8B | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | 20+ dil desteği | +| Command R7B Arabic | ⭐⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐ | Arapça-Türkçe çeviri | + +### 🔗 Tam Test Sonuçları +Tüm model yanıtlarını detaylı incelemek için: +[📂 Türkçe Destekli Model Karşılaştırmaları](https://huggingface.co/matrixportal/Turkce-Destekli-Model-Karsilastirmalari) + +### 💡 Kullanıcı Rehberi +```markdown +- 🔥 **Türkçe Öncelikli Projeler** → `Turkish-Llama-8B` (En yüksek kültürel uyum) +- 🌐 **Çok Dilli Uygulamalar** → `Aya-Expanse-8B` +- 📜 **Resmi Dokümanlar** → `Command R7B` serisi +- 📱 **Düşük Kaynak** → `Gemma-3-4B` (Android uyumlu) +``` + +### ⚠️ Önemli Notlar +- Tüm modeller **GGUF kuantize** formatında test edilmiştir +- Coğrafi isimlerde %5-10 hata payı olabilir +- Yerel kullanım için **Ollama/LM Studio** önerilir + +--- + +### 🌟 Kişisel Deneyim +"Yerel modellerle yaptığım testlerde özellikle **Turkish-Llama-8B**'nin Türkçe'yi doğal kullanımı ve kültürel bağlam hakimiyeti beni etkiledi. Siz de kendi projelerinizde bu modelleri deneyerek sonuçları [AnkaNLP](https://huggingface.co/AnkaNLP) sayfamızda paylaşabilirsiniz!" + +--- + +## ✅ Quantized Models Download List + +### 🔍 Recommended Quantizations +- **✨ General CPU Use:** [`Q4_K_M`](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q4_k_m.gguf) (Best balance of speed/quality) +- **📱 ARM Devices:** [`Q4_0`](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q4_0.gguf) (Optimized for ARM CPUs) +- **🏆 Maximum Quality:** [`Q8_0`](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q8_0.gguf) (Near-original quality) + +### 📦 Full Quantization Options +| 🚀 Download | 🔢 Type | 📝 Notes | +|:---------|:-----|:------| +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q2_k.gguf) | ![Q2_K](https://img.shields.io/badge/Q2_K-1A73E8) | Basic quantization | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q3_k_s.gguf) | ![Q3_K_S](https://img.shields.io/badge/Q3_K_S-34A853) | Small size | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q3_k_m.gguf) | ![Q3_K_M](https://img.shields.io/badge/Q3_K_M-FBBC05) | Balanced quality | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q3_k_l.gguf) | ![Q3_K_L](https://img.shields.io/badge/Q3_K_L-4285F4) | Better quality | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q4_0.gguf) | ![Q4_0](https://img.shields.io/badge/Q4_0-EA4335) | Fast on ARM | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q4_k_s.gguf) | ![Q4_K_S](https://img.shields.io/badge/Q4_K_S-673AB7) | Fast, recommended | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q4_k_m.gguf) | ![Q4_K_M](https://img.shields.io/badge/Q4_K_M-673AB7) ⭐ | Best balance | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q5_0.gguf) | ![Q5_0](https://img.shields.io/badge/Q5_0-FF6D01) | Good quality | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q5_k_s.gguf) | ![Q5_K_S](https://img.shields.io/badge/Q5_K_S-0F9D58) | Balanced | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q5_k_m.gguf) | ![Q5_K_M](https://img.shields.io/badge/Q5_K_M-0F9D58) | High quality | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q6_k.gguf) | ![Q6_K](https://img.shields.io/badge/Q6_K-4285F4) 🏆 | Very good quality | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-q8_0.gguf) | ![Q8_0](https://img.shields.io/badge/Q8_0-EA4335) ⚡ | Fast, best quality | +| [Download](https://huggingface.co/matrixportal/Turkish-Llama-8b-Instruct-v0.1-GGUF/resolve/main/turkish-llama-8b-instruct-v0.1-f16.gguf) | ![F16](https://img.shields.io/badge/F16-000000) | Maximum accuracy | + +💡 **Tip:** Use `F16` for maximum precision when quality is critical + + +--- +# 🚀 Applications and Tools for Locally Quantized LLMs +## 🖥️ Desktop Applications + +| Application | Description | Download Link | +|-----------------|----------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| +| **Llama.cpp** | A fast and efficient inference engine for GGUF models. | [GitHub Repository](https://github.com/ggml-org/llama.cpp) | +| **Ollama** | A streamlined solution for running LLMs locally. | [Website](https://ollama.com/) | +| **AnythingLLM** | An AI-powered knowledge management tool. | [GitHub Repository](https://github.com/Mintplex-Labs/anything-llm) | +| **Open WebUI** | A user-friendly web interface for running local LLMs. | [GitHub Repository](https://github.com/open-webui/open-webui) | +| **GPT4All** | A user-friendly desktop application supporting various LLMs, compatible with GGUF models. | [GitHub Repository](https://github.com/nomic-ai/gpt4all) | +| **LM Studio** | A desktop application designed to run and manage local LLMs, supporting GGUF format. | [Website](https://lmstudio.ai/) | +| **GPT4All Chat**| A chat application compatible with GGUF models for local, offline interactions. | [GitHub Repository](https://github.com/nomic-ai/gpt4all) | + +--- + +## 📱 Mobile Applications + +| Application | Description | Download Link | +|-------------------|----------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| +| **ChatterUI** | A simple and lightweight LLM app for mobile devices. | [GitHub Repository](https://github.com/Vali-98/ChatterUI) | +| **Maid** | Mobile Artificial Intelligence Distribution for running AI models on mobile devices. | [GitHub Repository](https://github.com/Mobile-Artificial-Intelligence/maid) | +| **PocketPal AI** | A mobile AI assistant powered by local models. | [GitHub Repository](https://github.com/a-ghorbani/pocketpal-ai) | +| **Layla** | A flexible platform for running various AI models on mobile devices. | [Website](https://www.layla-network.ai/) | + +--- + +## 🎨 Image Generation Applications + +| Application | Description | Download Link | +|-------------------------------------|----------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| +| **Stable Diffusion** | An open-source AI model for generating images from text. | [GitHub Repository](https://github.com/CompVis/stable-diffusion) | +| **Stable Diffusion WebUI** | A web application providing access to Stable Diffusion models via a browser interface. | [GitHub Repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui) | +| **Local Dream** | Android Stable Diffusion with Snapdragon NPU acceleration. Also supports CPU inference. | [GitHub Repository](https://github.com/xororz/local-dream) | +| **Stable-Diffusion-Android (SDAI)** | An open-source AI art application for Android devices, enabling digital art creation. | [GitHub Repository](https://github.com/ShiftHackZ/Stable-Diffusion-Android) | + +--- + diff --git a/turkish-llama-8b-instruct-v0.1-f16.gguf b/turkish-llama-8b-instruct-v0.1-f16.gguf new file mode 100644 index 0000000..063ced8 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8c9ca7f79aabb439c601ed659ae16ebf4b23c0b3fe2decd0342885537cf700 +size 16068891584 diff --git a/turkish-llama-8b-instruct-v0.1-q2_k.gguf b/turkish-llama-8b-instruct-v0.1-q2_k.gguf new file mode 100644 index 0000000..b00a941 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q2_k.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912f0e9fdc7ccafd3f3ca15de24b615084f7f9dba2c670fe4ad3cfecc78bf8ac +size 3179131840 diff --git a/turkish-llama-8b-instruct-v0.1-q3_k_l.gguf b/turkish-llama-8b-instruct-v0.1-q3_k_l.gguf new file mode 100644 index 0000000..5d5e982 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q3_k_l.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c326bfb0c89cc391cac360100382e8a8e38e2f832cca89a6a023f1c58a6d8639 +size 4321956800 diff --git a/turkish-llama-8b-instruct-v0.1-q3_k_m.gguf b/turkish-llama-8b-instruct-v0.1-q3_k_m.gguf new file mode 100644 index 0000000..7c67064 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q3_k_m.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c1f8ab8213e5beb0bdfad069ba5d114fc8d90981a63f0d888fcdfd47af11b7 +size 4018918336 diff --git a/turkish-llama-8b-instruct-v0.1-q3_k_s.gguf b/turkish-llama-8b-instruct-v0.1-q3_k_s.gguf new file mode 100644 index 0000000..0633aa2 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q3_k_s.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36417d937978cc4ab1ce84999efbd51b85edfdffd919b5d14cfa297ab27e1c2 +size 3664499648 diff --git a/turkish-llama-8b-instruct-v0.1-q4_0.gguf b/turkish-llama-8b-instruct-v0.1-q4_0.gguf new file mode 100644 index 0000000..bc1ad1e --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfaef61263670ae93e9d63521b49969277680b7de307665cb0ad5ba47fbecb08 +size 4661212096 diff --git a/turkish-llama-8b-instruct-v0.1-q4_k_m.gguf b/turkish-llama-8b-instruct-v0.1-q4_k_m.gguf new file mode 100644 index 0000000..a05d4aa --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q4_k_m.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382008928ff1fa0a259c0204a47ea5bf21a508745db84f0096d7db68f86fccdb +size 4920734656 diff --git a/turkish-llama-8b-instruct-v0.1-q4_k_s.gguf b/turkish-llama-8b-instruct-v0.1-q4_k_s.gguf new file mode 100644 index 0000000..8ae5cc2 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q4_k_s.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cb2394e84e43426f5fa86fb9fb19b8a767924758fc60db4883422c7ec96973 +size 4692669376 diff --git a/turkish-llama-8b-instruct-v0.1-q5_0.gguf b/turkish-llama-8b-instruct-v0.1-q5_0.gguf new file mode 100644 index 0000000..31d4481 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q5_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a6960dd643ef30a2b191db3e8fd1e056f30a8b309e7f435d88a59115b07a50 +size 5599294400 diff --git a/turkish-llama-8b-instruct-v0.1-q5_k_m.gguf b/turkish-llama-8b-instruct-v0.1-q5_k_m.gguf new file mode 100644 index 0000000..cdf9179 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q5_k_m.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddabba53ffb85f4f097f5f4256183868252f80e30f7a85556e32227af942c20 +size 5732987840 diff --git a/turkish-llama-8b-instruct-v0.1-q5_k_s.gguf b/turkish-llama-8b-instruct-v0.1-q5_k_s.gguf new file mode 100644 index 0000000..304bb41 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q5_k_s.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed83920c8e44052a6279dbc5d7a3fad47b8d8994b1a32cf98d8c55010a2a7da9 +size 5599294400 diff --git a/turkish-llama-8b-instruct-v0.1-q6_k.gguf b/turkish-llama-8b-instruct-v0.1-q6_k.gguf new file mode 100644 index 0000000..8510df4 --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q6_k.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d79d98b868a683be7f825b7a8794d2f54fbf298dfb5045f0a93a8de32f52bf1 +size 6596006848 diff --git a/turkish-llama-8b-instruct-v0.1-q8_0.gguf b/turkish-llama-8b-instruct-v0.1-q8_0.gguf new file mode 100644 index 0000000..bce3eed --- /dev/null +++ b/turkish-llama-8b-instruct-v0.1-q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12dc8ecbb739556dbf15d9f82bd0ecfe5e4443e94aec3ba0a6f33e12d8e3175 +size 8540771264