Mikask commited on
Commit
3bd3698
1 Parent(s): 206b6c2

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: Mikask/bdc2024-tpg
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: bdc2024-tpg-2
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
+ # bdc2024-tpg-2
20
+
21
+ This model is a fine-tuned version of [Mikask/bdc2024-tpg](https://huggingface.co/Mikask/bdc2024-tpg) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0953
24
+ - Accuracy: 0.9825
25
+ - Balanced Accuracy: 0.9863
26
+ - Precision: 0.9832
27
+ - Recall: 0.9825
28
+ - F1: 0.9826
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: 6e-06
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 16
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 3
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Balanced Accuracy | Precision | Recall | F1 |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------------:|:---------:|:------:|:------:|
59
+ | 0.0781 | 1.0 | 900 | 0.0990 | 0.9803 | 0.9779 | 0.9810 | 0.9803 | 0.9804 |
60
+ | 0.0228 | 2.0 | 1800 | 0.0925 | 0.9782 | 0.9752 | 0.9788 | 0.9782 | 0.9782 |
61
+ | 0.017 | 3.0 | 2700 | 0.0953 | 0.9825 | 0.9863 | 0.9832 | 0.9825 | 0.9826 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.33.1
67
+ - Pytorch 2.3.0+cu121
68
+ - Datasets 2.19.2
69
+ - Tokenizers 0.13.3