SkyR commited on
Commit
ea86f89
·
1 Parent(s): 140dbaa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: albert-base-ours-run-2
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
+ # albert-base-ours-run-2
19
+
20
+ This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.2462
23
+ - Accuracy: 0.695
24
+ - Precision: 0.6550
25
+ - Recall: 0.6529
26
+ - F1: 0.6539
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: 1e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 20
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
+ | 0.999 | 1.0 | 200 | 0.9155 | 0.615 | 0.5590 | 0.5590 | 0.5524 |
58
+ | 0.7736 | 2.0 | 400 | 0.8488 | 0.6 | 0.5639 | 0.5689 | 0.5256 |
59
+ | 0.5836 | 3.0 | 600 | 0.8760 | 0.67 | 0.6259 | 0.6158 | 0.6191 |
60
+ | 0.4153 | 4.0 | 800 | 1.0050 | 0.675 | 0.6356 | 0.6212 | 0.5974 |
61
+ | 0.3188 | 5.0 | 1000 | 1.2033 | 0.655 | 0.6254 | 0.5977 | 0.5991 |
62
+ | 0.2335 | 6.0 | 1200 | 1.3407 | 0.625 | 0.5955 | 0.6039 | 0.5937 |
63
+ | 0.1752 | 7.0 | 1400 | 1.4246 | 0.72 | 0.6846 | 0.6815 | 0.6820 |
64
+ | 0.1056 | 8.0 | 1600 | 1.9654 | 0.69 | 0.6589 | 0.6251 | 0.6311 |
65
+ | 0.0696 | 9.0 | 1800 | 1.9376 | 0.715 | 0.6908 | 0.6632 | 0.6627 |
66
+ | 0.0352 | 10.0 | 2000 | 1.9970 | 0.72 | 0.6880 | 0.6784 | 0.6817 |
67
+ | 0.0227 | 11.0 | 2200 | 2.1449 | 0.705 | 0.6901 | 0.6641 | 0.6679 |
68
+ | 0.0199 | 12.0 | 2400 | 2.2213 | 0.72 | 0.6891 | 0.6685 | 0.6749 |
69
+ | 0.0077 | 13.0 | 2600 | 2.1500 | 0.69 | 0.6729 | 0.6704 | 0.6647 |
70
+ | 0.0067 | 14.0 | 2800 | 2.1780 | 0.69 | 0.6632 | 0.6651 | 0.6621 |
71
+ | 0.0034 | 15.0 | 3000 | 2.1759 | 0.71 | 0.6800 | 0.6786 | 0.6788 |
72
+ | 0.0013 | 16.0 | 3200 | 2.2139 | 0.71 | 0.6760 | 0.6721 | 0.6735 |
73
+ | 0.0005 | 17.0 | 3400 | 2.2282 | 0.7 | 0.6606 | 0.6593 | 0.6599 |
74
+ | 0.0003 | 18.0 | 3600 | 2.2257 | 0.7 | 0.6606 | 0.6593 | 0.6599 |
75
+ | 0.0003 | 19.0 | 3800 | 2.2492 | 0.695 | 0.6550 | 0.6529 | 0.6539 |
76
+ | 0.0002 | 20.0 | 4000 | 2.2462 | 0.695 | 0.6550 | 0.6529 | 0.6539 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.25.1
82
+ - Pytorch 1.13.0+cu116
83
+ - Tokenizers 0.13.2