Buseak commited on
Commit
80b86b8
1 Parent(s): ba3c197

End of training

Browse files
Files changed (2) hide show
  1. README.md +85 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: dbmdz/bert-base-turkish-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: pos_tagger_3112
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # pos_tagger_3112
20
+
21
+ 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.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.5781
24
+ - Precision: 0.8885
25
+ - Recall: 0.8926
26
+ - F1: 0.8906
27
+ - Accuracy: 0.9222
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 32
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 20
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 244 | 0.2966 | 0.8889 | 0.8935 | 0.8912 | 0.9215 |
59
+ | No log | 2.0 | 488 | 0.2884 | 0.8958 | 0.8969 | 0.8963 | 0.9258 |
60
+ | 0.3778 | 3.0 | 732 | 0.3138 | 0.8919 | 0.8913 | 0.8916 | 0.9224 |
61
+ | 0.3778 | 4.0 | 976 | 0.3086 | 0.8935 | 0.8960 | 0.8948 | 0.9252 |
62
+ | 0.1601 | 5.0 | 1220 | 0.3354 | 0.8897 | 0.8940 | 0.8919 | 0.9232 |
63
+ | 0.1601 | 6.0 | 1464 | 0.3486 | 0.8863 | 0.8911 | 0.8887 | 0.9212 |
64
+ | 0.1077 | 7.0 | 1708 | 0.3700 | 0.8899 | 0.8945 | 0.8922 | 0.9236 |
65
+ | 0.1077 | 8.0 | 1952 | 0.3920 | 0.8846 | 0.8905 | 0.8875 | 0.9207 |
66
+ | 0.0709 | 9.0 | 2196 | 0.4220 | 0.8860 | 0.8911 | 0.8885 | 0.9211 |
67
+ | 0.0709 | 10.0 | 2440 | 0.4467 | 0.8889 | 0.8934 | 0.8912 | 0.9226 |
68
+ | 0.0447 | 11.0 | 2684 | 0.4730 | 0.8834 | 0.8891 | 0.8862 | 0.9183 |
69
+ | 0.0447 | 12.0 | 2928 | 0.5008 | 0.8869 | 0.8921 | 0.8895 | 0.9217 |
70
+ | 0.0289 | 13.0 | 3172 | 0.5190 | 0.8866 | 0.8919 | 0.8892 | 0.9213 |
71
+ | 0.0289 | 14.0 | 3416 | 0.5384 | 0.8865 | 0.8904 | 0.8884 | 0.9204 |
72
+ | 0.0204 | 15.0 | 3660 | 0.5499 | 0.8852 | 0.8907 | 0.8879 | 0.9205 |
73
+ | 0.0204 | 16.0 | 3904 | 0.5564 | 0.8864 | 0.8923 | 0.8893 | 0.9213 |
74
+ | 0.015 | 17.0 | 4148 | 0.5688 | 0.8883 | 0.8920 | 0.8901 | 0.9220 |
75
+ | 0.015 | 18.0 | 4392 | 0.5740 | 0.8874 | 0.8927 | 0.8901 | 0.9213 |
76
+ | 0.0116 | 19.0 | 4636 | 0.5742 | 0.8879 | 0.8925 | 0.8902 | 0.9219 |
77
+ | 0.0116 | 20.0 | 4880 | 0.5781 | 0.8885 | 0.8926 | 0.8906 | 0.9222 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.35.2
83
+ - Pytorch 2.1.0+cu121
84
+ - Datasets 2.16.1
85
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53e73187a3067cf173194a3ba464379f5c3ad9221c29eb02badad6f7494cd096
3
  size 440179576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d5787bd91aa511e767c1958ba08f7703c7d719e667ebb5e5ad280420dcccf6
3
  size 440179576