kktoto commited on
Commit
30688a3
·
1 Parent(s): e7a9867

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: tiny_focal_ckpt
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # tiny_focal_ckpt
18
+
19
+ This model was trained from scratch on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0561
22
+ - Precision: 0.6529
23
+ - Recall: 0.6366
24
+ - F1: 0.6446
25
+ - Accuracy: 0.9516
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 3e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | 0.058 | 1.0 | 5561 | 0.0583 | 0.6327 | 0.5945 | 0.6130 | 0.9484 |
57
+ | 0.0566 | 2.0 | 11122 | 0.0570 | 0.6401 | 0.5985 | 0.6186 | 0.9492 |
58
+ | 0.0564 | 3.0 | 16683 | 0.0567 | 0.6364 | 0.6241 | 0.6302 | 0.9496 |
59
+ | 0.053 | 4.0 | 22244 | 0.0561 | 0.6416 | 0.6312 | 0.6364 | 0.9503 |
60
+ | 0.052 | 5.0 | 27805 | 0.0558 | 0.6501 | 0.6239 | 0.6367 | 0.9510 |
61
+ | 0.0507 | 6.0 | 33366 | 0.0555 | 0.6555 | 0.6208 | 0.6377 | 0.9514 |
62
+ | 0.0497 | 7.0 | 38927 | 0.0552 | 0.6559 | 0.6256 | 0.6404 | 0.9515 |
63
+ | 0.0485 | 8.0 | 44488 | 0.0561 | 0.6485 | 0.6397 | 0.6440 | 0.9513 |
64
+ | 0.0481 | 9.0 | 50049 | 0.0558 | 0.6531 | 0.6344 | 0.6436 | 0.9515 |
65
+ | 0.0469 | 10.0 | 55610 | 0.0561 | 0.6529 | 0.6366 | 0.6446 | 0.9516 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.20.0
71
+ - Pytorch 1.11.0+cu113
72
+ - Datasets 2.3.2
73
+ - Tokenizers 0.12.1