Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ license: mit
|
|
4 |
base_model: dbmdz/bert-base-turkish-cased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
@@ -12,6 +13,11 @@ metrics:
|
|
12 |
model-index:
|
13 |
- name: turkish-zeroshot
|
14 |
results: []
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,13 +25,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# turkish-zeroshot
|
21 |
|
22 |
-
This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased)
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -142,4 +148,4 @@ The following hyperparameters were used during training:
|
|
142 |
- Transformers 4.48.0.dev0
|
143 |
- Pytorch 2.4.1+cu121
|
144 |
- Datasets 3.1.0
|
145 |
-
- Tokenizers 0.21.0
|
|
|
4 |
base_model: dbmdz/bert-base-turkish-cased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- turkish
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
- f1
|
|
|
13 |
model-index:
|
14 |
- name: turkish-zeroshot
|
15 |
results: []
|
16 |
+
datasets:
|
17 |
+
- facebook/xnli
|
18 |
+
language:
|
19 |
+
- tr
|
20 |
+
pipeline_tag: zero-shot-classification
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
25 |
|
26 |
# turkish-zeroshot
|
27 |
|
28 |
+
This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) onfacebook/xnli tr dataset.
|
29 |
It achieves the following results on the evaluation set:
|
30 |
+
- Loss: 0.5637
|
31 |
+
- Accuracy: 0.7731
|
32 |
+
- F1: 0.7740
|
33 |
+
- Precision: 0.7804
|
34 |
+
- Recall: 0.7731
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
148 |
- Transformers 4.48.0.dev0
|
149 |
- Pytorch 2.4.1+cu121
|
150 |
- Datasets 3.1.0
|
151 |
+
- Tokenizers 0.21.0
|