Buseak commited on
Commit
a79ff33
·
1 Parent(s): 040579f

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: BerTurkBase_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
+ # BerTurkBase_15_epoch
16
+
17
+ This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0005
20
+ - Accuracy: 1.0
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.6526 | 0.5972 |
52
+ | No log | 2.0 | 100 | 0.1755 | 0.9653 |
53
+ | No log | 3.0 | 150 | 0.0518 | 0.9861 |
54
+ | No log | 4.0 | 200 | 0.0065 | 1.0 |
55
+ | No log | 5.0 | 250 | 0.0022 | 1.0 |
56
+ | No log | 6.0 | 300 | 0.0016 | 1.0 |
57
+ | No log | 7.0 | 350 | 0.0007 | 1.0 |
58
+ | No log | 8.0 | 400 | 0.0005 | 1.0 |
59
+ | No log | 9.0 | 450 | 0.0005 | 1.0 |
60
+ | 0.1362 | 10.0 | 500 | 0.0005 | 1.0 |
61
+ | 0.1362 | 11.0 | 550 | 0.0006 | 1.0 |
62
+ | 0.1362 | 12.0 | 600 | 0.0005 | 1.0 |
63
+ | 0.1362 | 13.0 | 650 | 0.0005 | 1.0 |
64
+ | 0.1362 | 14.0 | 700 | 0.0005 | 1.0 |
65
+ | 0.1362 | 15.0 | 750 | 0.0005 | 1.0 |
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