NoirZangetsu commited on
Commit
69873c6
·
verified ·
1 Parent(s): c324ddd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -13
README.md CHANGED
@@ -1,21 +1,68 @@
1
  ---
2
- base_model: unsloth/gemma-3-4b-it-unsloth-bnb-4bit
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - gemma3
8
  license: apache-2.0
9
  language:
10
- - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- # Uploaded finetuned model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- - **Developed by:** NoirZangetsu
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** unsloth/gemma-3-4b-it-unsloth-bnb-4bit
18
 
19
- This gemma3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
 
 
 
 
 
 
2
  license: apache-2.0
3
  language:
4
+ - tr
5
+ - en
6
+ library_name: gguf
7
+ tags:
8
+ - gguf
9
+ - quantized
10
+ - flutter
11
+ - Turkish
12
+ - gemma
13
+ - unsloth
14
+ - llama.cpp
15
+ - text-generation-webui
16
+ datasets:
17
+ - NoirZangetsu/Flutter_Dataset_Turkish
18
+ model_name: gemma-3-finetune-flutter-gguf
19
+ quantization: Q8_0
20
+ base_model: google/gemma-1.1-2b-it
21
  ---
22
 
23
+ # 🇹🇷 Gemma-3 Fine-Tuned (Flutter Dataset - Turkish) | GGUF (Q8_0)
24
+
25
+ Bu model, Google'ın **Gemma-3** mimarisi üzerine inşa edilmiştir ve **Türkçe Flutter programlama veri kümesi** üzerinde **fine-tune** edilmiştir. Model, `Unsloth` kullanılarak quantize edilip **GGUF formatında (Q8_0)** dışa aktarılmıştır.
26
+
27
+ ## 🧠 Model Özeti
28
+
29
+ - **Base Model**: `google/gemma-1.1-2b-it`
30
+ - **Fine-Tune Dataset**: [`NoirZangetsu/Flutter_Dataset_Turkish`](https://huggingface.co/datasets/NoirZangetsu/Flutter_Dataset_Turkish)
31
+ - **Quantization**: Q8_0 (8-bit)
32
+ - **Format**: GGUF (Uyumlu: `llama.cpp`, `text-generation-webui`, `koboldcpp`, `ollama`)
33
+ - **Boyut**: 4.1 GB
34
+
35
+ ## 🛠 Eğitim Detayları
36
+
37
+ - Eğitim Aracı: `Unsloth` + `DeepSpeed`
38
+ - Quantize Edici: `Unsloth GGUF Converter`
39
+ - Donanım: A100 40GB (Google Colab Pro+)
40
+ - Tokenizer: `Gemma` tokenizer
41
+ - Chat Template ayarları uygulanmıştır (BOS, EOS tokenlar optimize edilmiştir)
42
+
43
+ ## 🚀 Kullanım (llama.cpp ile)
44
 
45
+ ```bash
46
+ ./main -m gemma-3-finetune.Q8_0.gguf -p "Flutter'da StatelessWidget nedir?"
47
+ ```
48
 
49
+ veya `text-generation-webui` ile `models` klasörüne `.gguf` dosyasını koyarak kullanabilirsiniz.
50
+
51
+ ## 📚 Kullanım Alanları
52
+
53
+ - Türkçe kod üretimi
54
+ - Flutter/Dart temelli yapay zeka asistanları
55
+ - Eğitim/öğretim amaçlı doğal dil/kod birleşimi
56
+
57
+ ## ⚠️ Uyarılar
58
+
59
+ - Bu model sadece deneysel ve eğitim amaçlıdır.
60
+ - Üretilecek içeriklerin doğruluğu ve güvenilirliği kullanıcının sorumluluğundadır.
61
+
62
+ ## 🤝 Katkı
63
+
64
+ Bu model `NoirZangetsu` tarafından geliştirilmiştir. Daha fazla bilgi veya katkı için lütfen Hugging Face profilimi ziyaret edin.
65
+
66
+ ---
67
 
68
+ 🧠 `Unsloth` ile GGUF formatına çevrildi – kolay dağıtım ve minimum donanım gereksinimi için optimize edildi.