Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,30 @@ license: apache-2.0
|
|
5 |
language:
|
6 |
- tr
|
7 |
metrics:
|
8 |
-
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
+---------------------+--------+
|
12 |
| Metrik | Değer |
|
@@ -81,9 +103,9 @@ Model may still contain biases inherited from the base model. Performance is bes
|
|
81 |
## 🧪 Training & Evaluation / Eğitim ve Değerlendirme
|
82 |
|
83 |
- **Training Library / Eğitim Kütüphanesi:** [Unsloth](https://github.com/unslothai/unsloth)
|
84 |
-
- **Hardware Used / Kullanılan Donanım:**
|
85 |
- **Precision:** bf16 (mixed precision)
|
86 |
-
- **Dataset:** Özel Türkçe veriseti (tarım
|
87 |
- **Evaluation Tool:** `wandb` (Weights & Biases)
|
88 |
|
89 |
### 📊 Evaluation Results / Değerlendirme Sonuçları
|
|
|
5 |
language:
|
6 |
- tr
|
7 |
metrics:
|
8 |
+
- name: ROUGE-1
|
9 |
+
type: rouge
|
10 |
+
value: 0.2439
|
11 |
+
- name: ROUGE-2
|
12 |
+
type: rouge
|
13 |
+
value: 0.1303
|
14 |
+
- name: ROUGE-L
|
15 |
+
type: rouge
|
16 |
+
value: 0.2147
|
17 |
+
- name: BLEU
|
18 |
+
type: bleu
|
19 |
+
value: 0.0406
|
20 |
+
- name: METEOR
|
21 |
+
type: meteor
|
22 |
+
value: 0.2262
|
23 |
+
- name: BERTScore Precision
|
24 |
+
type: bertscore
|
25 |
+
value: 0.5286
|
26 |
+
- name: BERTScore Recall
|
27 |
+
type: bertscore
|
28 |
+
value: 0.5834
|
29 |
+
- name: BERTScore F1
|
30 |
+
type: bertscore
|
31 |
+
value: 0.553
|
32 |
---
|
33 |
+---------------------+--------+
|
34 |
| Metrik | Değer |
|
|
|
103 |
## 🧪 Training & Evaluation / Eğitim ve Değerlendirme
|
104 |
|
105 |
- **Training Library / Eğitim Kütüphanesi:** [Unsloth](https://github.com/unslothai/unsloth)
|
106 |
+
- **Hardware Used / Kullanılan Donanım:** RTX 3090
|
107 |
- **Precision:** bf16 (mixed precision)
|
108 |
+
- **Dataset:** Özel Türkçe veriseti (tarım odaklı)
|
109 |
- **Evaluation Tool:** `wandb` (Weights & Biases)
|
110 |
|
111 |
### 📊 Evaluation Results / Değerlendirme Sonuçları
|