hks1444 commited on
Commit
7e0d560
·
verified ·
1 Parent(s): 2cf230c

End of training

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: dbmdz/bert-base-turkish-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: best_model_categorize
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # best_model_categorize
21
+
22
+ 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.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0431
25
+ - Precision: 0.6642
26
+ - Recall: 0.7093
27
+ - F1: 0.6860
28
+ - Accuracy: 0.9857
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 5e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | No log | 1.0 | 309 | 0.2587 | 0.1656 | 0.2316 | 0.1931 | 0.9131 |
60
+ | 0.3346 | 2.0 | 618 | 0.1543 | 0.3189 | 0.4404 | 0.3700 | 0.9524 |
61
+ | 0.3346 | 3.0 | 927 | 0.0821 | 0.4876 | 0.5654 | 0.5236 | 0.9732 |
62
+ | 0.1746 | 4.0 | 1236 | 0.0551 | 0.6009 | 0.6621 | 0.6300 | 0.9816 |
63
+ | 0.083 | 5.0 | 1545 | 0.0431 | 0.6642 | 0.7093 | 0.6860 | 0.9857 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.48.2
69
+ - Pytorch 2.6.0+cu124
70
+ - Datasets 3.2.0
71
+ - Tokenizers 0.21.0