Buseak commited on
Commit
e1fd4e9
1 Parent(s): 4ddabcf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: model_TrainTestSplit_berturk_v2_24Feb
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # model_TrainTestSplit_berturk_v2_24Feb
19
+
20
+ 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.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0003
23
+ - Precision: 0.9999
24
+ - Recall: 0.9999
25
+ - F1: 0.9999
26
+ - Accuracy: 0.9999
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 15
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 196 | 0.0058 | 0.9982 | 0.9980 | 0.9981 | 0.9986 |
58
+ | No log | 2.0 | 392 | 0.0042 | 0.9987 | 0.9986 | 0.9986 | 0.9990 |
59
+ | 0.0132 | 3.0 | 588 | 0.0042 | 0.9985 | 0.9988 | 0.9986 | 0.9990 |
60
+ | 0.0132 | 4.0 | 784 | 0.0022 | 0.9993 | 0.9992 | 0.9992 | 0.9993 |
61
+ | 0.0132 | 5.0 | 980 | 0.0020 | 0.9993 | 0.9992 | 0.9993 | 0.9995 |
62
+ | 0.0069 | 6.0 | 1176 | 0.0013 | 0.9994 | 0.9994 | 0.9994 | 0.9995 |
63
+ | 0.0069 | 7.0 | 1372 | 0.0008 | 0.9997 | 0.9997 | 0.9997 | 0.9998 |
64
+ | 0.0035 | 8.0 | 1568 | 0.0008 | 0.9997 | 0.9997 | 0.9997 | 0.9998 |
65
+ | 0.0035 | 9.0 | 1764 | 0.0006 | 0.9996 | 0.9997 | 0.9996 | 0.9997 |
66
+ | 0.0035 | 10.0 | 1960 | 0.0004 | 0.9998 | 0.9999 | 0.9998 | 0.9999 |
67
+ | 0.0019 | 11.0 | 2156 | 0.0003 | 0.9999 | 0.9999 | 0.9999 | 0.9999 |
68
+ | 0.0019 | 12.0 | 2352 | 0.0003 | 0.9999 | 0.9999 | 0.9999 | 0.9999 |
69
+ | 0.0012 | 13.0 | 2548 | 0.0004 | 0.9999 | 0.9999 | 0.9999 | 0.9999 |
70
+ | 0.0012 | 14.0 | 2744 | 0.0003 | 0.9999 | 0.9999 | 0.9999 | 0.9999 |
71
+ | 0.0012 | 15.0 | 2940 | 0.0003 | 0.9999 | 0.9999 | 0.9999 | 0.9999 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.26.1
77
+ - Pytorch 1.13.1+cu116
78
+ - Datasets 2.10.0
79
+ - Tokenizers 0.13.2