NPCProgrammer commited on
Commit
e99f5b7
1 Parent(s): 50369aa

Model save

Browse files
README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: albert-base-v2
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - emotion
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: ALBERT_Emotions_tuned
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: emotion
18
+ type: emotion
19
+ config: split
20
+ split: validation
21
+ args: split
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.927
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # ALBERT_Emotions_tuned
32
+
33
+ This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the emotion dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.1846
36
+ - Accuracy: 0.927
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 5e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 3
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | No log | 0.1 | 100 | 1.2655 | 0.5575 |
68
+ | No log | 0.2 | 200 | 1.0801 | 0.6415 |
69
+ | No log | 0.3 | 300 | 1.0138 | 0.661 |
70
+ | No log | 0.4 | 400 | 1.0651 | 0.605 |
71
+ | 1.1328 | 0.5 | 500 | 0.7816 | 0.758 |
72
+ | 1.1328 | 0.6 | 600 | 0.6307 | 0.7885 |
73
+ | 1.1328 | 0.7 | 700 | 0.5072 | 0.848 |
74
+ | 1.1328 | 0.8 | 800 | 0.5057 | 0.8305 |
75
+ | 1.1328 | 0.9 | 900 | 0.3853 | 0.889 |
76
+ | 0.5503 | 1.0 | 1000 | 0.3769 | 0.8915 |
77
+ | 0.5503 | 1.1 | 1100 | 0.3778 | 0.8995 |
78
+ | 0.5503 | 1.2 | 1200 | 0.3899 | 0.9005 |
79
+ | 0.5503 | 1.3 | 1300 | 0.3330 | 0.9085 |
80
+ | 0.5503 | 1.4 | 1400 | 0.3339 | 0.9085 |
81
+ | 0.3049 | 1.5 | 1500 | 0.2662 | 0.915 |
82
+ | 0.3049 | 1.6 | 1600 | 0.3209 | 0.9045 |
83
+ | 0.3049 | 1.7 | 1700 | 0.3110 | 0.898 |
84
+ | 0.3049 | 1.8 | 1800 | 0.3185 | 0.9075 |
85
+ | 0.3049 | 1.9 | 1900 | 0.2439 | 0.922 |
86
+ | 0.2485 | 2.0 | 2000 | 0.2190 | 0.925 |
87
+ | 0.2485 | 2.1 | 2100 | 0.2372 | 0.9235 |
88
+ | 0.2485 | 2.2 | 2200 | 0.2497 | 0.9265 |
89
+ | 0.2485 | 2.3 | 2300 | 0.2811 | 0.9195 |
90
+ | 0.2485 | 2.4 | 2400 | 0.2350 | 0.9195 |
91
+ | 0.1587 | 2.5 | 2500 | 0.2303 | 0.9245 |
92
+ | 0.1587 | 2.6 | 2600 | 0.2242 | 0.9285 |
93
+ | 0.1587 | 2.7 | 2700 | 0.2141 | 0.9325 |
94
+ | 0.1587 | 2.8 | 2800 | 0.2185 | 0.9315 |
95
+ | 0.1587 | 2.9 | 2900 | 0.2047 | 0.9315 |
96
+ | 0.1398 | 3.0 | 3000 | 0.2036 | 0.9335 |
97
+
98
+
99
+ ### Framework versions
100
+
101
+ - Transformers 4.38.2
102
+ - Pytorch 2.1.0+cu121
103
+ - Datasets 2.18.0
104
+ - Tokenizers 0.15.2
runs/Mar13_06-04-54_24b1f86240b1/events.out.tfevents.1710312499.24b1f86240b1.224.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2c82a8276feb9859f1636c8b91e462e106736f83dba4c882898e3403cf88f9
3
+ size 1057