kaixkhazaki commited on
Commit
f3e57d3
·
verified ·
1 Parent(s): fa222b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -12,6 +12,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,7 +24,7 @@ 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) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.5937
25
  - Accuracy: 0.7627
@@ -98,4 +103,4 @@ The following hyperparameters were used during training:
98
  - Transformers 4.48.0.dev0
99
  - Pytorch 2.4.1+cu121
100
  - Datasets 3.1.0
101
- - Tokenizers 0.21.0
 
12
  model-index:
13
  - name: turkish-zeroshot
14
  results: []
15
+ datasets:
16
+ - facebook/xnli
17
+ language:
18
+ - tr
19
+ pipeline_tag: zero-shot-classification
20
  ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
24
 
25
  # turkish-zeroshot
26
 
27
+ This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on facebook/xnli tr dataset.
28
  It achieves the following results on the evaluation set:
29
  - Loss: 0.5937
30
  - Accuracy: 0.7627
 
103
  - Transformers 4.48.0.dev0
104
  - Pytorch 2.4.1+cu121
105
  - Datasets 3.1.0
106
+ - Tokenizers 0.21.0