Buseak commited on
Commit
7d19ec0
·
1 Parent(s): 7a0a23f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: DistillBerTurk_15_epoch
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # DistillBerTurk_15_epoch
16
+
17
+ This model is a fine-tuned version of [dbmdz/distilbert-base-turkish-cased](https://huggingface.co/dbmdz/distilbert-base-turkish-cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0549
20
+ - Accuracy: 0.9931
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 50 | 0.6766 | 0.625 |
52
+ | No log | 2.0 | 100 | 0.3955 | 0.9583 |
53
+ | No log | 3.0 | 150 | 0.0874 | 0.9792 |
54
+ | No log | 4.0 | 200 | 0.0446 | 0.9861 |
55
+ | No log | 5.0 | 250 | 0.0725 | 0.9792 |
56
+ | No log | 6.0 | 300 | 0.0352 | 0.9931 |
57
+ | No log | 7.0 | 350 | 0.0452 | 0.9931 |
58
+ | No log | 8.0 | 400 | 0.0442 | 0.9931 |
59
+ | No log | 9.0 | 450 | 0.0499 | 0.9931 |
60
+ | 0.1537 | 10.0 | 500 | 0.0514 | 0.9931 |
61
+ | 0.1537 | 11.0 | 550 | 0.0542 | 0.9931 |
62
+ | 0.1537 | 12.0 | 600 | 0.0545 | 0.9931 |
63
+ | 0.1537 | 13.0 | 650 | 0.0548 | 0.9931 |
64
+ | 0.1537 | 14.0 | 700 | 0.0550 | 0.9931 |
65
+ | 0.1537 | 15.0 | 750 | 0.0549 | 0.9931 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.25.1
71
+ - Pytorch 1.13.0+cu116
72
+ - Datasets 2.8.0
73
+ - Tokenizers 0.13.2