daccuong2002 commited on
Commit
49a9107
1 Parent(s): 13c397f

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ base_model: vinai/phobert-base-v2
7
+ widget:
8
+ - text: "I love AutoTrain"
9
+ ---
10
+
11
+ # Model Trained Using AutoTrain
12
+
13
+ - Problem type: Text Classification
14
+
15
+ ## Validation Metrics
16
+ loss: 0.24498265981674194
17
+
18
+ f1_macro: 0.9244631728799089
19
+
20
+ f1_micro: 0.9390389672483863
21
+
22
+ f1_weighted: 0.9389134636561386
23
+
24
+ precision_macro: 0.9458913396195016
25
+
26
+ precision_micro: 0.9390389672483863
27
+
28
+ precision_weighted: 0.9393976940878069
29
+
30
+ recall_macro: 0.9051122705051101
31
+
32
+ recall_micro: 0.9390389672483863
33
+
34
+ recall_weighted: 0.9390389672483863
35
+
36
+ accuracy: 0.9390389672483863
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<mask>": 64000
3
+ }
bpe.codes ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-7386/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vinai/phobert-base-v2",
3
+ "_num_labels": 6,
4
+ "architectures": [
5
+ "RobertaForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "2733522",
16
+ "1": "2733534",
17
+ "2": "2733540",
18
+ "3": "2733546",
19
+ "4": "2733552",
20
+ "5": "2733570"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "2733522": 0,
26
+ "2733534": 1,
27
+ "2733540": 2,
28
+ "2733546": 3,
29
+ "2733552": 4,
30
+ "2733570": 5
31
+ },
32
+ "layer_norm_eps": 1e-05,
33
+ "max_position_embeddings": 258,
34
+ "model_type": "roberta",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 1,
38
+ "position_embedding_type": "absolute",
39
+ "problem_type": "single_label_classification",
40
+ "tokenizer_class": "PhobertTokenizer",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.42.2",
43
+ "type_vocab_size": 1,
44
+ "use_cache": true,
45
+ "vocab_size": 64001
46
+ }
checkpoint-7386/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707e16f81948e5648b4749b8be53a42115c136abbba0644bd1f47376c5c05047
3
+ size 540035688
checkpoint-7386/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a5689aaaf8ff5948fd0a7f758f04e83cacb1ec631933c185bc37f0f56bc121
3
+ size 1080185594
checkpoint-7386/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cecf308db845709c401f93982fa9f71294d497c1b8a8118012d94eb75901f77c
3
+ size 13990
checkpoint-7386/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e774a50ec4eb8733af3d294dbef71ab4629c1b4e3e581d61a2d56acfec631d45
3
+ size 1064
checkpoint-7386/trainer_state.json ADDED
@@ -0,0 +1,2161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.24498265981674194,
3
+ "best_model_checkpoint": "PhoBert-MultiLabel/checkpoint-7386",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 7386,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.010154346060113728,
13
+ "grad_norm": 3.567084312438965,
14
+ "learning_rate": 1.6914749661705008e-06,
15
+ "loss": 1.7799,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.020308692120227456,
20
+ "grad_norm": 3.705420732498169,
21
+ "learning_rate": 3.3829499323410016e-06,
22
+ "loss": 1.6722,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.030463038180341188,
27
+ "grad_norm": 3.097123384475708,
28
+ "learning_rate": 5.074424898511502e-06,
29
+ "loss": 1.5722,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.04061738424045491,
34
+ "grad_norm": 14.346776008605957,
35
+ "learning_rate": 6.765899864682003e-06,
36
+ "loss": 1.5003,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.05077173030056864,
41
+ "grad_norm": 3.2664577960968018,
42
+ "learning_rate": 8.457374830852504e-06,
43
+ "loss": 1.4085,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.060926076360682375,
48
+ "grad_norm": 3.7164502143859863,
49
+ "learning_rate": 1.0148849797023005e-05,
50
+ "loss": 1.3505,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.0710804224207961,
55
+ "grad_norm": 3.933560848236084,
56
+ "learning_rate": 1.1840324763193506e-05,
57
+ "loss": 1.217,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.08123476848090982,
62
+ "grad_norm": 5.295672416687012,
63
+ "learning_rate": 1.3531799729364006e-05,
64
+ "loss": 1.0736,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.09138911454102355,
69
+ "grad_norm": 12.415136337280273,
70
+ "learning_rate": 1.5223274695534506e-05,
71
+ "loss": 1.1182,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.10154346060113728,
76
+ "grad_norm": 10.874429702758789,
77
+ "learning_rate": 1.6914749661705008e-05,
78
+ "loss": 1.123,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.11169780666125101,
83
+ "grad_norm": 6.618790149688721,
84
+ "learning_rate": 1.8606224627875505e-05,
85
+ "loss": 1.1378,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.12185215272136475,
90
+ "grad_norm": 9.960480690002441,
91
+ "learning_rate": 2.029769959404601e-05,
92
+ "loss": 1.0658,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.13200649878147847,
97
+ "grad_norm": 3.2485241889953613,
98
+ "learning_rate": 2.198917456021651e-05,
99
+ "loss": 0.9226,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.1421608448415922,
104
+ "grad_norm": 14.158449172973633,
105
+ "learning_rate": 2.368064952638701e-05,
106
+ "loss": 0.93,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.15231519090170592,
111
+ "grad_norm": 2.6080679893493652,
112
+ "learning_rate": 2.5372124492557515e-05,
113
+ "loss": 0.7421,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.16246953696181965,
118
+ "grad_norm": 4.75559663772583,
119
+ "learning_rate": 2.7063599458728013e-05,
120
+ "loss": 0.8481,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.17262388302193338,
125
+ "grad_norm": 13.718697547912598,
126
+ "learning_rate": 2.8755074424898514e-05,
127
+ "loss": 0.8549,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.1827782290820471,
132
+ "grad_norm": 5.8711466789245605,
133
+ "learning_rate": 3.044654939106901e-05,
134
+ "loss": 0.911,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.19293257514216083,
139
+ "grad_norm": 4.887762546539307,
140
+ "learning_rate": 3.2138024357239515e-05,
141
+ "loss": 0.8915,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.20308692120227456,
146
+ "grad_norm": 5.983439922332764,
147
+ "learning_rate": 3.3829499323410016e-05,
148
+ "loss": 0.8632,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.2132412672623883,
153
+ "grad_norm": 2.231613874435425,
154
+ "learning_rate": 3.552097428958052e-05,
155
+ "loss": 0.7462,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.22339561332250202,
160
+ "grad_norm": 13.936301231384277,
161
+ "learning_rate": 3.721244925575101e-05,
162
+ "loss": 0.7668,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.23354995938261575,
167
+ "grad_norm": 15.290505409240723,
168
+ "learning_rate": 3.890392422192152e-05,
169
+ "loss": 0.7142,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.2437043054427295,
174
+ "grad_norm": 33.517913818359375,
175
+ "learning_rate": 4.059539918809202e-05,
176
+ "loss": 0.6321,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.2538586515028432,
181
+ "grad_norm": 8.801501274108887,
182
+ "learning_rate": 4.228687415426252e-05,
183
+ "loss": 0.7626,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.26401299756295693,
188
+ "grad_norm": 16.529769897460938,
189
+ "learning_rate": 4.397834912043302e-05,
190
+ "loss": 0.811,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.27416734362307066,
195
+ "grad_norm": 15.602673530578613,
196
+ "learning_rate": 4.566982408660352e-05,
197
+ "loss": 0.8739,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.2843216896831844,
202
+ "grad_norm": 4.3945393562316895,
203
+ "learning_rate": 4.736129905277402e-05,
204
+ "loss": 0.8839,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 0.2944760357432981,
209
+ "grad_norm": 6.59278678894043,
210
+ "learning_rate": 4.9052774018944517e-05,
211
+ "loss": 0.7022,
212
+ "step": 725
213
+ },
214
+ {
215
+ "epoch": 0.30463038180341184,
216
+ "grad_norm": 42.47446060180664,
217
+ "learning_rate": 4.991725590491951e-05,
218
+ "loss": 0.8486,
219
+ "step": 750
220
+ },
221
+ {
222
+ "epoch": 0.31478472786352557,
223
+ "grad_norm": 7.104182243347168,
224
+ "learning_rate": 4.972920114337295e-05,
225
+ "loss": 0.8155,
226
+ "step": 775
227
+ },
228
+ {
229
+ "epoch": 0.3249390739236393,
230
+ "grad_norm": 2.5681631565093994,
231
+ "learning_rate": 4.954114638182639e-05,
232
+ "loss": 0.6559,
233
+ "step": 800
234
+ },
235
+ {
236
+ "epoch": 0.335093419983753,
237
+ "grad_norm": 7.099673271179199,
238
+ "learning_rate": 4.935309162027983e-05,
239
+ "loss": 0.6985,
240
+ "step": 825
241
+ },
242
+ {
243
+ "epoch": 0.34524776604386676,
244
+ "grad_norm": 6.138451099395752,
245
+ "learning_rate": 4.9165036858733264e-05,
246
+ "loss": 0.8701,
247
+ "step": 850
248
+ },
249
+ {
250
+ "epoch": 0.3554021121039805,
251
+ "grad_norm": 2.4096810817718506,
252
+ "learning_rate": 4.89769820971867e-05,
253
+ "loss": 0.5512,
254
+ "step": 875
255
+ },
256
+ {
257
+ "epoch": 0.3655564581640942,
258
+ "grad_norm": 17.88941192626953,
259
+ "learning_rate": 4.8788927335640136e-05,
260
+ "loss": 0.8775,
261
+ "step": 900
262
+ },
263
+ {
264
+ "epoch": 0.37571080422420794,
265
+ "grad_norm": 3.2206945419311523,
266
+ "learning_rate": 4.860087257409358e-05,
267
+ "loss": 0.6589,
268
+ "step": 925
269
+ },
270
+ {
271
+ "epoch": 0.38586515028432167,
272
+ "grad_norm": 12.562983512878418,
273
+ "learning_rate": 4.8412817812547015e-05,
274
+ "loss": 0.6729,
275
+ "step": 950
276
+ },
277
+ {
278
+ "epoch": 0.3960194963444354,
279
+ "grad_norm": 0.8055168986320496,
280
+ "learning_rate": 4.8224763051000455e-05,
281
+ "loss": 0.6476,
282
+ "step": 975
283
+ },
284
+ {
285
+ "epoch": 0.4061738424045491,
286
+ "grad_norm": 3.906461715698242,
287
+ "learning_rate": 4.803670828945389e-05,
288
+ "loss": 0.8366,
289
+ "step": 1000
290
+ },
291
+ {
292
+ "epoch": 0.41632818846466285,
293
+ "grad_norm": 10.65334415435791,
294
+ "learning_rate": 4.784865352790733e-05,
295
+ "loss": 0.7228,
296
+ "step": 1025
297
+ },
298
+ {
299
+ "epoch": 0.4264825345247766,
300
+ "grad_norm": 3.829928398132324,
301
+ "learning_rate": 4.766059876636077e-05,
302
+ "loss": 0.5464,
303
+ "step": 1050
304
+ },
305
+ {
306
+ "epoch": 0.4366368805848903,
307
+ "grad_norm": 14.11302375793457,
308
+ "learning_rate": 4.747254400481421e-05,
309
+ "loss": 0.7691,
310
+ "step": 1075
311
+ },
312
+ {
313
+ "epoch": 0.44679122664500404,
314
+ "grad_norm": 7.801684379577637,
315
+ "learning_rate": 4.7284489243267647e-05,
316
+ "loss": 0.7456,
317
+ "step": 1100
318
+ },
319
+ {
320
+ "epoch": 0.45694557270511776,
321
+ "grad_norm": 21.654991149902344,
322
+ "learning_rate": 4.709643448172108e-05,
323
+ "loss": 0.6827,
324
+ "step": 1125
325
+ },
326
+ {
327
+ "epoch": 0.4670999187652315,
328
+ "grad_norm": 5.018062114715576,
329
+ "learning_rate": 4.690837972017452e-05,
330
+ "loss": 0.7129,
331
+ "step": 1150
332
+ },
333
+ {
334
+ "epoch": 0.4772542648253452,
335
+ "grad_norm": 1.8878921270370483,
336
+ "learning_rate": 4.672032495862795e-05,
337
+ "loss": 0.8354,
338
+ "step": 1175
339
+ },
340
+ {
341
+ "epoch": 0.487408610885459,
342
+ "grad_norm": 28.074739456176758,
343
+ "learning_rate": 4.653227019708139e-05,
344
+ "loss": 0.6568,
345
+ "step": 1200
346
+ },
347
+ {
348
+ "epoch": 0.49756295694557273,
349
+ "grad_norm": 16.48390769958496,
350
+ "learning_rate": 4.634421543553483e-05,
351
+ "loss": 0.5789,
352
+ "step": 1225
353
+ },
354
+ {
355
+ "epoch": 0.5077173030056864,
356
+ "grad_norm": 6.18392276763916,
357
+ "learning_rate": 4.615616067398827e-05,
358
+ "loss": 0.6729,
359
+ "step": 1250
360
+ },
361
+ {
362
+ "epoch": 0.5178716490658002,
363
+ "grad_norm": 5.78372859954834,
364
+ "learning_rate": 4.5968105912441704e-05,
365
+ "loss": 0.7166,
366
+ "step": 1275
367
+ },
368
+ {
369
+ "epoch": 0.5280259951259139,
370
+ "grad_norm": 21.222583770751953,
371
+ "learning_rate": 4.5780051150895143e-05,
372
+ "loss": 0.8119,
373
+ "step": 1300
374
+ },
375
+ {
376
+ "epoch": 0.5381803411860276,
377
+ "grad_norm": 23.661069869995117,
378
+ "learning_rate": 4.5591996389348576e-05,
379
+ "loss": 0.5273,
380
+ "step": 1325
381
+ },
382
+ {
383
+ "epoch": 0.5483346872461413,
384
+ "grad_norm": 0.8338175415992737,
385
+ "learning_rate": 4.5403941627802016e-05,
386
+ "loss": 0.5088,
387
+ "step": 1350
388
+ },
389
+ {
390
+ "epoch": 0.5584890333062551,
391
+ "grad_norm": 12.653846740722656,
392
+ "learning_rate": 4.5215886866255456e-05,
393
+ "loss": 0.7058,
394
+ "step": 1375
395
+ },
396
+ {
397
+ "epoch": 0.5686433793663688,
398
+ "grad_norm": 12.017010688781738,
399
+ "learning_rate": 4.5027832104708895e-05,
400
+ "loss": 0.4224,
401
+ "step": 1400
402
+ },
403
+ {
404
+ "epoch": 0.5787977254264826,
405
+ "grad_norm": 19.048152923583984,
406
+ "learning_rate": 4.483977734316233e-05,
407
+ "loss": 0.7842,
408
+ "step": 1425
409
+ },
410
+ {
411
+ "epoch": 0.5889520714865962,
412
+ "grad_norm": 7.068014621734619,
413
+ "learning_rate": 4.465172258161577e-05,
414
+ "loss": 0.68,
415
+ "step": 1450
416
+ },
417
+ {
418
+ "epoch": 0.59910641754671,
419
+ "grad_norm": 10.340466499328613,
420
+ "learning_rate": 4.446366782006921e-05,
421
+ "loss": 0.8232,
422
+ "step": 1475
423
+ },
424
+ {
425
+ "epoch": 0.6092607636068237,
426
+ "grad_norm": 23.22475814819336,
427
+ "learning_rate": 4.427561305852264e-05,
428
+ "loss": 0.5502,
429
+ "step": 1500
430
+ },
431
+ {
432
+ "epoch": 0.6194151096669375,
433
+ "grad_norm": 1.5949617624282837,
434
+ "learning_rate": 4.408755829697609e-05,
435
+ "loss": 0.5688,
436
+ "step": 1525
437
+ },
438
+ {
439
+ "epoch": 0.6295694557270511,
440
+ "grad_norm": 2.9755280017852783,
441
+ "learning_rate": 4.389950353542952e-05,
442
+ "loss": 0.6534,
443
+ "step": 1550
444
+ },
445
+ {
446
+ "epoch": 0.6397238017871649,
447
+ "grad_norm": 3.379225492477417,
448
+ "learning_rate": 4.371144877388296e-05,
449
+ "loss": 0.7196,
450
+ "step": 1575
451
+ },
452
+ {
453
+ "epoch": 0.6498781478472786,
454
+ "grad_norm": 9.963435173034668,
455
+ "learning_rate": 4.352339401233639e-05,
456
+ "loss": 0.6822,
457
+ "step": 1600
458
+ },
459
+ {
460
+ "epoch": 0.6600324939073924,
461
+ "grad_norm": 7.474037170410156,
462
+ "learning_rate": 4.333533925078983e-05,
463
+ "loss": 0.7572,
464
+ "step": 1625
465
+ },
466
+ {
467
+ "epoch": 0.670186839967506,
468
+ "grad_norm": 2.3705031871795654,
469
+ "learning_rate": 4.3147284489243265e-05,
470
+ "loss": 0.7087,
471
+ "step": 1650
472
+ },
473
+ {
474
+ "epoch": 0.6803411860276198,
475
+ "grad_norm": 18.592605590820312,
476
+ "learning_rate": 4.295922972769671e-05,
477
+ "loss": 0.8911,
478
+ "step": 1675
479
+ },
480
+ {
481
+ "epoch": 0.6904955320877335,
482
+ "grad_norm": 3.978590965270996,
483
+ "learning_rate": 4.2771174966150144e-05,
484
+ "loss": 0.5713,
485
+ "step": 1700
486
+ },
487
+ {
488
+ "epoch": 0.7006498781478473,
489
+ "grad_norm": 65.83806610107422,
490
+ "learning_rate": 4.2583120204603584e-05,
491
+ "loss": 0.6628,
492
+ "step": 1725
493
+ },
494
+ {
495
+ "epoch": 0.710804224207961,
496
+ "grad_norm": 16.577617645263672,
497
+ "learning_rate": 4.2395065443057016e-05,
498
+ "loss": 0.8093,
499
+ "step": 1750
500
+ },
501
+ {
502
+ "epoch": 0.7209585702680747,
503
+ "grad_norm": 14.462265968322754,
504
+ "learning_rate": 4.2207010681510456e-05,
505
+ "loss": 0.6299,
506
+ "step": 1775
507
+ },
508
+ {
509
+ "epoch": 0.7311129163281884,
510
+ "grad_norm": 2.203425407409668,
511
+ "learning_rate": 4.2018955919963896e-05,
512
+ "loss": 0.6891,
513
+ "step": 1800
514
+ },
515
+ {
516
+ "epoch": 0.7412672623883022,
517
+ "grad_norm": 9.452720642089844,
518
+ "learning_rate": 4.1830901158417335e-05,
519
+ "loss": 0.7139,
520
+ "step": 1825
521
+ },
522
+ {
523
+ "epoch": 0.7514216084484159,
524
+ "grad_norm": 5.190005302429199,
525
+ "learning_rate": 4.164284639687077e-05,
526
+ "loss": 0.6791,
527
+ "step": 1850
528
+ },
529
+ {
530
+ "epoch": 0.7615759545085297,
531
+ "grad_norm": 31.0141544342041,
532
+ "learning_rate": 4.145479163532421e-05,
533
+ "loss": 0.8139,
534
+ "step": 1875
535
+ },
536
+ {
537
+ "epoch": 0.7717303005686433,
538
+ "grad_norm": 2.5944440364837646,
539
+ "learning_rate": 4.126673687377765e-05,
540
+ "loss": 0.6534,
541
+ "step": 1900
542
+ },
543
+ {
544
+ "epoch": 0.7818846466287571,
545
+ "grad_norm": 75.8336181640625,
546
+ "learning_rate": 4.107868211223108e-05,
547
+ "loss": 0.7027,
548
+ "step": 1925
549
+ },
550
+ {
551
+ "epoch": 0.7920389926888708,
552
+ "grad_norm": 5.533077239990234,
553
+ "learning_rate": 4.089062735068453e-05,
554
+ "loss": 0.5782,
555
+ "step": 1950
556
+ },
557
+ {
558
+ "epoch": 0.8021933387489846,
559
+ "grad_norm": 1.3959672451019287,
560
+ "learning_rate": 4.070257258913796e-05,
561
+ "loss": 0.7102,
562
+ "step": 1975
563
+ },
564
+ {
565
+ "epoch": 0.8123476848090982,
566
+ "grad_norm": 3.2874767780303955,
567
+ "learning_rate": 4.05145178275914e-05,
568
+ "loss": 0.3529,
569
+ "step": 2000
570
+ },
571
+ {
572
+ "epoch": 0.822502030869212,
573
+ "grad_norm": 6.342546463012695,
574
+ "learning_rate": 4.032646306604483e-05,
575
+ "loss": 0.8077,
576
+ "step": 2025
577
+ },
578
+ {
579
+ "epoch": 0.8326563769293257,
580
+ "grad_norm": 10.019979476928711,
581
+ "learning_rate": 4.013840830449827e-05,
582
+ "loss": 0.7253,
583
+ "step": 2050
584
+ },
585
+ {
586
+ "epoch": 0.8428107229894395,
587
+ "grad_norm": 7.302906513214111,
588
+ "learning_rate": 3.9950353542951705e-05,
589
+ "loss": 0.707,
590
+ "step": 2075
591
+ },
592
+ {
593
+ "epoch": 0.8529650690495532,
594
+ "grad_norm": 2.442748546600342,
595
+ "learning_rate": 3.976229878140515e-05,
596
+ "loss": 0.6455,
597
+ "step": 2100
598
+ },
599
+ {
600
+ "epoch": 0.8631194151096669,
601
+ "grad_norm": 32.23735809326172,
602
+ "learning_rate": 3.9574244019858584e-05,
603
+ "loss": 0.5444,
604
+ "step": 2125
605
+ },
606
+ {
607
+ "epoch": 0.8732737611697806,
608
+ "grad_norm": 32.863529205322266,
609
+ "learning_rate": 3.9386189258312024e-05,
610
+ "loss": 0.6351,
611
+ "step": 2150
612
+ },
613
+ {
614
+ "epoch": 0.8834281072298944,
615
+ "grad_norm": 2.3048183917999268,
616
+ "learning_rate": 3.919813449676546e-05,
617
+ "loss": 0.5735,
618
+ "step": 2175
619
+ },
620
+ {
621
+ "epoch": 0.8935824532900081,
622
+ "grad_norm": 2.6550726890563965,
623
+ "learning_rate": 3.9010079735218896e-05,
624
+ "loss": 0.7734,
625
+ "step": 2200
626
+ },
627
+ {
628
+ "epoch": 0.9037367993501219,
629
+ "grad_norm": 9.991121292114258,
630
+ "learning_rate": 3.8822024973672336e-05,
631
+ "loss": 0.8157,
632
+ "step": 2225
633
+ },
634
+ {
635
+ "epoch": 0.9138911454102355,
636
+ "grad_norm": 13.777947425842285,
637
+ "learning_rate": 3.8633970212125776e-05,
638
+ "loss": 0.5001,
639
+ "step": 2250
640
+ },
641
+ {
642
+ "epoch": 0.9240454914703493,
643
+ "grad_norm": 21.878284454345703,
644
+ "learning_rate": 3.844591545057921e-05,
645
+ "loss": 0.7351,
646
+ "step": 2275
647
+ },
648
+ {
649
+ "epoch": 0.934199837530463,
650
+ "grad_norm": 25.31257438659668,
651
+ "learning_rate": 3.825786068903265e-05,
652
+ "loss": 0.7697,
653
+ "step": 2300
654
+ },
655
+ {
656
+ "epoch": 0.9443541835905768,
657
+ "grad_norm": 11.627613067626953,
658
+ "learning_rate": 3.806980592748609e-05,
659
+ "loss": 0.6896,
660
+ "step": 2325
661
+ },
662
+ {
663
+ "epoch": 0.9545085296506904,
664
+ "grad_norm": 3.0957629680633545,
665
+ "learning_rate": 3.788175116593952e-05,
666
+ "loss": 0.7445,
667
+ "step": 2350
668
+ },
669
+ {
670
+ "epoch": 0.9646628757108042,
671
+ "grad_norm": 0.6913394927978516,
672
+ "learning_rate": 3.769369640439296e-05,
673
+ "loss": 0.6054,
674
+ "step": 2375
675
+ },
676
+ {
677
+ "epoch": 0.974817221770918,
678
+ "grad_norm": 18.786376953125,
679
+ "learning_rate": 3.75056416428464e-05,
680
+ "loss": 0.8017,
681
+ "step": 2400
682
+ },
683
+ {
684
+ "epoch": 0.9849715678310317,
685
+ "grad_norm": 4.412717342376709,
686
+ "learning_rate": 3.731758688129984e-05,
687
+ "loss": 0.6515,
688
+ "step": 2425
689
+ },
690
+ {
691
+ "epoch": 0.9951259138911455,
692
+ "grad_norm": 12.414152145385742,
693
+ "learning_rate": 3.712953211975327e-05,
694
+ "loss": 0.6862,
695
+ "step": 2450
696
+ },
697
+ {
698
+ "epoch": 1.0,
699
+ "eval_accuracy": 0.8931388955295243,
700
+ "eval_f1_macro": 0.8264839311317734,
701
+ "eval_f1_micro": 0.8931388955295243,
702
+ "eval_f1_weighted": 0.8989228701567059,
703
+ "eval_loss": 0.3588244616985321,
704
+ "eval_precision_macro": 0.805949898458524,
705
+ "eval_precision_micro": 0.8931388955295243,
706
+ "eval_precision_weighted": 0.9113590658232466,
707
+ "eval_recall_macro": 0.8824212045028931,
708
+ "eval_recall_micro": 0.8931388955295243,
709
+ "eval_recall_weighted": 0.8931388955295243,
710
+ "eval_runtime": 771.6514,
711
+ "eval_samples_per_second": 5.421,
712
+ "eval_steps_per_second": 0.34,
713
+ "step": 2462
714
+ },
715
+ {
716
+ "epoch": 1.0052802599512591,
717
+ "grad_norm": 24.999309539794922,
718
+ "learning_rate": 3.694147735820671e-05,
719
+ "loss": 0.54,
720
+ "step": 2475
721
+ },
722
+ {
723
+ "epoch": 1.0154346060113728,
724
+ "grad_norm": 8.744691848754883,
725
+ "learning_rate": 3.6753422596660145e-05,
726
+ "loss": 0.6095,
727
+ "step": 2500
728
+ },
729
+ {
730
+ "epoch": 1.0255889520714867,
731
+ "grad_norm": 0.3475080132484436,
732
+ "learning_rate": 3.6565367835113585e-05,
733
+ "loss": 0.5011,
734
+ "step": 2525
735
+ },
736
+ {
737
+ "epoch": 1.0357432981316004,
738
+ "grad_norm": 6.633773326873779,
739
+ "learning_rate": 3.6377313073567024e-05,
740
+ "loss": 0.5915,
741
+ "step": 2550
742
+ },
743
+ {
744
+ "epoch": 1.045897644191714,
745
+ "grad_norm": 29.779521942138672,
746
+ "learning_rate": 3.6189258312020464e-05,
747
+ "loss": 0.5742,
748
+ "step": 2575
749
+ },
750
+ {
751
+ "epoch": 1.0560519902518277,
752
+ "grad_norm": 7.780822277069092,
753
+ "learning_rate": 3.60012035504739e-05,
754
+ "loss": 0.6241,
755
+ "step": 2600
756
+ },
757
+ {
758
+ "epoch": 1.0662063363119416,
759
+ "grad_norm": 4.101163864135742,
760
+ "learning_rate": 3.5813148788927336e-05,
761
+ "loss": 0.6369,
762
+ "step": 2625
763
+ },
764
+ {
765
+ "epoch": 1.0763606823720553,
766
+ "grad_norm": 1.4056626558303833,
767
+ "learning_rate": 3.5625094027380776e-05,
768
+ "loss": 0.528,
769
+ "step": 2650
770
+ },
771
+ {
772
+ "epoch": 1.086515028432169,
773
+ "grad_norm": 3.9203994274139404,
774
+ "learning_rate": 3.543703926583421e-05,
775
+ "loss": 0.5903,
776
+ "step": 2675
777
+ },
778
+ {
779
+ "epoch": 1.0966693744922826,
780
+ "grad_norm": 65.12606811523438,
781
+ "learning_rate": 3.5248984504287655e-05,
782
+ "loss": 0.5847,
783
+ "step": 2700
784
+ },
785
+ {
786
+ "epoch": 1.1068237205523965,
787
+ "grad_norm": 0.19117872416973114,
788
+ "learning_rate": 3.506092974274109e-05,
789
+ "loss": 0.6722,
790
+ "step": 2725
791
+ },
792
+ {
793
+ "epoch": 1.1169780666125102,
794
+ "grad_norm": 20.18349838256836,
795
+ "learning_rate": 3.487287498119453e-05,
796
+ "loss": 0.6545,
797
+ "step": 2750
798
+ },
799
+ {
800
+ "epoch": 1.1271324126726239,
801
+ "grad_norm": 6.374608993530273,
802
+ "learning_rate": 3.468482021964796e-05,
803
+ "loss": 0.5155,
804
+ "step": 2775
805
+ },
806
+ {
807
+ "epoch": 1.1372867587327375,
808
+ "grad_norm": 1.4384276866912842,
809
+ "learning_rate": 3.44967654581014e-05,
810
+ "loss": 0.5108,
811
+ "step": 2800
812
+ },
813
+ {
814
+ "epoch": 1.1474411047928514,
815
+ "grad_norm": 2.850290298461914,
816
+ "learning_rate": 3.430871069655484e-05,
817
+ "loss": 0.698,
818
+ "step": 2825
819
+ },
820
+ {
821
+ "epoch": 1.1575954508529651,
822
+ "grad_norm": 0.23200608789920807,
823
+ "learning_rate": 3.412065593500828e-05,
824
+ "loss": 0.5569,
825
+ "step": 2850
826
+ },
827
+ {
828
+ "epoch": 1.1677497969130788,
829
+ "grad_norm": 21.061634063720703,
830
+ "learning_rate": 3.393260117346171e-05,
831
+ "loss": 0.6227,
832
+ "step": 2875
833
+ },
834
+ {
835
+ "epoch": 1.1779041429731925,
836
+ "grad_norm": 13.794580459594727,
837
+ "learning_rate": 3.374454641191515e-05,
838
+ "loss": 0.5611,
839
+ "step": 2900
840
+ },
841
+ {
842
+ "epoch": 1.1880584890333061,
843
+ "grad_norm": 2.9508566856384277,
844
+ "learning_rate": 3.3556491650368585e-05,
845
+ "loss": 0.5975,
846
+ "step": 2925
847
+ },
848
+ {
849
+ "epoch": 1.19821283509342,
850
+ "grad_norm": 6.502300262451172,
851
+ "learning_rate": 3.3368436888822025e-05,
852
+ "loss": 0.5307,
853
+ "step": 2950
854
+ },
855
+ {
856
+ "epoch": 1.2083671811535337,
857
+ "grad_norm": 0.9668971300125122,
858
+ "learning_rate": 3.3180382127275464e-05,
859
+ "loss": 0.3585,
860
+ "step": 2975
861
+ },
862
+ {
863
+ "epoch": 1.2185215272136474,
864
+ "grad_norm": 87.11711883544922,
865
+ "learning_rate": 3.2992327365728904e-05,
866
+ "loss": 0.5552,
867
+ "step": 3000
868
+ },
869
+ {
870
+ "epoch": 1.2286758732737613,
871
+ "grad_norm": 46.89622116088867,
872
+ "learning_rate": 3.280427260418234e-05,
873
+ "loss": 0.5145,
874
+ "step": 3025
875
+ },
876
+ {
877
+ "epoch": 1.238830219333875,
878
+ "grad_norm": 8.770398139953613,
879
+ "learning_rate": 3.261621784263578e-05,
880
+ "loss": 0.6135,
881
+ "step": 3050
882
+ },
883
+ {
884
+ "epoch": 1.2489845653939886,
885
+ "grad_norm": 50.35541915893555,
886
+ "learning_rate": 3.2428163081089216e-05,
887
+ "loss": 0.5482,
888
+ "step": 3075
889
+ },
890
+ {
891
+ "epoch": 1.2591389114541023,
892
+ "grad_norm": 4.785242557525635,
893
+ "learning_rate": 3.224010831954265e-05,
894
+ "loss": 0.5847,
895
+ "step": 3100
896
+ },
897
+ {
898
+ "epoch": 1.269293257514216,
899
+ "grad_norm": 78.41075134277344,
900
+ "learning_rate": 3.2052053557996096e-05,
901
+ "loss": 0.7707,
902
+ "step": 3125
903
+ },
904
+ {
905
+ "epoch": 1.2794476035743299,
906
+ "grad_norm": 15.466938018798828,
907
+ "learning_rate": 3.186399879644953e-05,
908
+ "loss": 0.533,
909
+ "step": 3150
910
+ },
911
+ {
912
+ "epoch": 1.2896019496344435,
913
+ "grad_norm": 54.91196060180664,
914
+ "learning_rate": 3.167594403490297e-05,
915
+ "loss": 0.3996,
916
+ "step": 3175
917
+ },
918
+ {
919
+ "epoch": 1.2997562956945572,
920
+ "grad_norm": 6.946578502655029,
921
+ "learning_rate": 3.14878892733564e-05,
922
+ "loss": 0.5956,
923
+ "step": 3200
924
+ },
925
+ {
926
+ "epoch": 1.309910641754671,
927
+ "grad_norm": 46.90751647949219,
928
+ "learning_rate": 3.129983451180984e-05,
929
+ "loss": 0.5211,
930
+ "step": 3225
931
+ },
932
+ {
933
+ "epoch": 1.3200649878147848,
934
+ "grad_norm": 1.6958080530166626,
935
+ "learning_rate": 3.1111779750263274e-05,
936
+ "loss": 0.7166,
937
+ "step": 3250
938
+ },
939
+ {
940
+ "epoch": 1.3302193338748984,
941
+ "grad_norm": 15.985214233398438,
942
+ "learning_rate": 3.092372498871672e-05,
943
+ "loss": 0.6351,
944
+ "step": 3275
945
+ },
946
+ {
947
+ "epoch": 1.340373679935012,
948
+ "grad_norm": 13.915630340576172,
949
+ "learning_rate": 3.073567022717015e-05,
950
+ "loss": 0.5382,
951
+ "step": 3300
952
+ },
953
+ {
954
+ "epoch": 1.3505280259951258,
955
+ "grad_norm": 5.265201568603516,
956
+ "learning_rate": 3.054761546562359e-05,
957
+ "loss": 0.5942,
958
+ "step": 3325
959
+ },
960
+ {
961
+ "epoch": 1.3606823720552397,
962
+ "grad_norm": 15.926793098449707,
963
+ "learning_rate": 3.035956070407703e-05,
964
+ "loss": 0.5539,
965
+ "step": 3350
966
+ },
967
+ {
968
+ "epoch": 1.3708367181153533,
969
+ "grad_norm": 0.9688799381256104,
970
+ "learning_rate": 3.0171505942530465e-05,
971
+ "loss": 0.5066,
972
+ "step": 3375
973
+ },
974
+ {
975
+ "epoch": 1.380991064175467,
976
+ "grad_norm": 3.8147382736206055,
977
+ "learning_rate": 2.99834511809839e-05,
978
+ "loss": 0.6402,
979
+ "step": 3400
980
+ },
981
+ {
982
+ "epoch": 1.391145410235581,
983
+ "grad_norm": 54.062618255615234,
984
+ "learning_rate": 2.9795396419437344e-05,
985
+ "loss": 0.6448,
986
+ "step": 3425
987
+ },
988
+ {
989
+ "epoch": 1.4012997562956946,
990
+ "grad_norm": 2.0628786087036133,
991
+ "learning_rate": 2.960734165789078e-05,
992
+ "loss": 0.7356,
993
+ "step": 3450
994
+ },
995
+ {
996
+ "epoch": 1.4114541023558083,
997
+ "grad_norm": 23.24148178100586,
998
+ "learning_rate": 2.9419286896344217e-05,
999
+ "loss": 0.6129,
1000
+ "step": 3475
1001
+ },
1002
+ {
1003
+ "epoch": 1.421608448415922,
1004
+ "grad_norm": 61.582332611083984,
1005
+ "learning_rate": 2.9231232134797653e-05,
1006
+ "loss": 0.6045,
1007
+ "step": 3500
1008
+ },
1009
+ {
1010
+ "epoch": 1.4317627944760356,
1011
+ "grad_norm": 21.00168228149414,
1012
+ "learning_rate": 2.904317737325109e-05,
1013
+ "loss": 0.6363,
1014
+ "step": 3525
1015
+ },
1016
+ {
1017
+ "epoch": 1.4419171405361495,
1018
+ "grad_norm": 3.503591299057007,
1019
+ "learning_rate": 2.8855122611704526e-05,
1020
+ "loss": 0.5809,
1021
+ "step": 3550
1022
+ },
1023
+ {
1024
+ "epoch": 1.4520714865962632,
1025
+ "grad_norm": 39.078346252441406,
1026
+ "learning_rate": 2.866706785015797e-05,
1027
+ "loss": 0.6195,
1028
+ "step": 3575
1029
+ },
1030
+ {
1031
+ "epoch": 1.4622258326563768,
1032
+ "grad_norm": 5.405745983123779,
1033
+ "learning_rate": 2.8479013088611405e-05,
1034
+ "loss": 0.5682,
1035
+ "step": 3600
1036
+ },
1037
+ {
1038
+ "epoch": 1.4723801787164907,
1039
+ "grad_norm": 2.4771933555603027,
1040
+ "learning_rate": 2.829095832706484e-05,
1041
+ "loss": 0.7841,
1042
+ "step": 3625
1043
+ },
1044
+ {
1045
+ "epoch": 1.4825345247766044,
1046
+ "grad_norm": 39.39826202392578,
1047
+ "learning_rate": 2.810290356551828e-05,
1048
+ "loss": 0.6259,
1049
+ "step": 3650
1050
+ },
1051
+ {
1052
+ "epoch": 1.492688870836718,
1053
+ "grad_norm": 15.72121810913086,
1054
+ "learning_rate": 2.7914848803971717e-05,
1055
+ "loss": 0.5468,
1056
+ "step": 3675
1057
+ },
1058
+ {
1059
+ "epoch": 1.502843216896832,
1060
+ "grad_norm": 22.185754776000977,
1061
+ "learning_rate": 2.7726794042425157e-05,
1062
+ "loss": 0.4637,
1063
+ "step": 3700
1064
+ },
1065
+ {
1066
+ "epoch": 1.5129975629569454,
1067
+ "grad_norm": 3.0825910568237305,
1068
+ "learning_rate": 2.7538739280878596e-05,
1069
+ "loss": 0.5223,
1070
+ "step": 3725
1071
+ },
1072
+ {
1073
+ "epoch": 1.5231519090170593,
1074
+ "grad_norm": 5.231273174285889,
1075
+ "learning_rate": 2.7350684519332033e-05,
1076
+ "loss": 0.6151,
1077
+ "step": 3750
1078
+ },
1079
+ {
1080
+ "epoch": 1.533306255077173,
1081
+ "grad_norm": 0.22756709158420563,
1082
+ "learning_rate": 2.716262975778547e-05,
1083
+ "loss": 0.6018,
1084
+ "step": 3775
1085
+ },
1086
+ {
1087
+ "epoch": 1.5434606011372867,
1088
+ "grad_norm": 0.42972368001937866,
1089
+ "learning_rate": 2.6974574996238905e-05,
1090
+ "loss": 0.5058,
1091
+ "step": 3800
1092
+ },
1093
+ {
1094
+ "epoch": 1.5536149471974006,
1095
+ "grad_norm": 21.145174026489258,
1096
+ "learning_rate": 2.678652023469234e-05,
1097
+ "loss": 0.7302,
1098
+ "step": 3825
1099
+ },
1100
+ {
1101
+ "epoch": 1.5637692932575142,
1102
+ "grad_norm": 2.556708812713623,
1103
+ "learning_rate": 2.6598465473145784e-05,
1104
+ "loss": 0.4961,
1105
+ "step": 3850
1106
+ },
1107
+ {
1108
+ "epoch": 1.573923639317628,
1109
+ "grad_norm": 24.811382293701172,
1110
+ "learning_rate": 2.641041071159922e-05,
1111
+ "loss": 0.5132,
1112
+ "step": 3875
1113
+ },
1114
+ {
1115
+ "epoch": 1.5840779853777418,
1116
+ "grad_norm": 2.887291669845581,
1117
+ "learning_rate": 2.6222355950052657e-05,
1118
+ "loss": 0.6373,
1119
+ "step": 3900
1120
+ },
1121
+ {
1122
+ "epoch": 1.5942323314378553,
1123
+ "grad_norm": 3.0445516109466553,
1124
+ "learning_rate": 2.6034301188506093e-05,
1125
+ "loss": 0.5825,
1126
+ "step": 3925
1127
+ },
1128
+ {
1129
+ "epoch": 1.6043866774979691,
1130
+ "grad_norm": 6.381601333618164,
1131
+ "learning_rate": 2.584624642695953e-05,
1132
+ "loss": 0.6217,
1133
+ "step": 3950
1134
+ },
1135
+ {
1136
+ "epoch": 1.6145410235580828,
1137
+ "grad_norm": 2.4623990058898926,
1138
+ "learning_rate": 2.5658191665412966e-05,
1139
+ "loss": 0.6727,
1140
+ "step": 3975
1141
+ },
1142
+ {
1143
+ "epoch": 1.6246953696181965,
1144
+ "grad_norm": 21.089733123779297,
1145
+ "learning_rate": 2.547013690386641e-05,
1146
+ "loss": 0.5148,
1147
+ "step": 4000
1148
+ },
1149
+ {
1150
+ "epoch": 1.6348497156783104,
1151
+ "grad_norm": 1.0210952758789062,
1152
+ "learning_rate": 2.5282082142319845e-05,
1153
+ "loss": 0.5116,
1154
+ "step": 4025
1155
+ },
1156
+ {
1157
+ "epoch": 1.645004061738424,
1158
+ "grad_norm": 6.323028564453125,
1159
+ "learning_rate": 2.509402738077328e-05,
1160
+ "loss": 0.4013,
1161
+ "step": 4050
1162
+ },
1163
+ {
1164
+ "epoch": 1.6551584077985377,
1165
+ "grad_norm": 15.812409400939941,
1166
+ "learning_rate": 2.490597261922672e-05,
1167
+ "loss": 0.4226,
1168
+ "step": 4075
1169
+ },
1170
+ {
1171
+ "epoch": 1.6653127538586516,
1172
+ "grad_norm": 4.813828945159912,
1173
+ "learning_rate": 2.471791785768016e-05,
1174
+ "loss": 0.5652,
1175
+ "step": 4100
1176
+ },
1177
+ {
1178
+ "epoch": 1.675467099918765,
1179
+ "grad_norm": 0.253533273935318,
1180
+ "learning_rate": 2.4529863096133597e-05,
1181
+ "loss": 0.5531,
1182
+ "step": 4125
1183
+ },
1184
+ {
1185
+ "epoch": 1.685621445978879,
1186
+ "grad_norm": 0.4044888913631439,
1187
+ "learning_rate": 2.4341808334587033e-05,
1188
+ "loss": 0.494,
1189
+ "step": 4150
1190
+ },
1191
+ {
1192
+ "epoch": 1.6957757920389926,
1193
+ "grad_norm": 3.0946457386016846,
1194
+ "learning_rate": 2.4153753573040473e-05,
1195
+ "loss": 0.6151,
1196
+ "step": 4175
1197
+ },
1198
+ {
1199
+ "epoch": 1.7059301380991063,
1200
+ "grad_norm": 1.8007519245147705,
1201
+ "learning_rate": 2.396569881149391e-05,
1202
+ "loss": 0.7379,
1203
+ "step": 4200
1204
+ },
1205
+ {
1206
+ "epoch": 1.7160844841592202,
1207
+ "grad_norm": 7.954397201538086,
1208
+ "learning_rate": 2.3777644049947345e-05,
1209
+ "loss": 0.5232,
1210
+ "step": 4225
1211
+ },
1212
+ {
1213
+ "epoch": 1.7262388302193339,
1214
+ "grad_norm": 1.1328774690628052,
1215
+ "learning_rate": 2.3589589288400785e-05,
1216
+ "loss": 0.5858,
1217
+ "step": 4250
1218
+ },
1219
+ {
1220
+ "epoch": 1.7363931762794476,
1221
+ "grad_norm": 22.545045852661133,
1222
+ "learning_rate": 2.340153452685422e-05,
1223
+ "loss": 0.5951,
1224
+ "step": 4275
1225
+ },
1226
+ {
1227
+ "epoch": 1.7465475223395615,
1228
+ "grad_norm": 8.525069236755371,
1229
+ "learning_rate": 2.3213479765307658e-05,
1230
+ "loss": 0.4659,
1231
+ "step": 4300
1232
+ },
1233
+ {
1234
+ "epoch": 1.756701868399675,
1235
+ "grad_norm": 2.1010477542877197,
1236
+ "learning_rate": 2.3025425003761097e-05,
1237
+ "loss": 0.4882,
1238
+ "step": 4325
1239
+ },
1240
+ {
1241
+ "epoch": 1.7668562144597888,
1242
+ "grad_norm": 10.944445610046387,
1243
+ "learning_rate": 2.2837370242214533e-05,
1244
+ "loss": 0.5209,
1245
+ "step": 4350
1246
+ },
1247
+ {
1248
+ "epoch": 1.7770105605199025,
1249
+ "grad_norm": 34.85451889038086,
1250
+ "learning_rate": 2.264931548066797e-05,
1251
+ "loss": 0.6565,
1252
+ "step": 4375
1253
+ },
1254
+ {
1255
+ "epoch": 1.7871649065800161,
1256
+ "grad_norm": 11.516502380371094,
1257
+ "learning_rate": 2.246126071912141e-05,
1258
+ "loss": 0.6836,
1259
+ "step": 4400
1260
+ },
1261
+ {
1262
+ "epoch": 1.79731925264013,
1263
+ "grad_norm": 1.427713394165039,
1264
+ "learning_rate": 2.2273205957574846e-05,
1265
+ "loss": 0.5473,
1266
+ "step": 4425
1267
+ },
1268
+ {
1269
+ "epoch": 1.8074735987002437,
1270
+ "grad_norm": 22.646167755126953,
1271
+ "learning_rate": 2.2085151196028285e-05,
1272
+ "loss": 0.6735,
1273
+ "step": 4450
1274
+ },
1275
+ {
1276
+ "epoch": 1.8176279447603574,
1277
+ "grad_norm": 2.9643514156341553,
1278
+ "learning_rate": 2.189709643448172e-05,
1279
+ "loss": 0.4089,
1280
+ "step": 4475
1281
+ },
1282
+ {
1283
+ "epoch": 1.8277822908204713,
1284
+ "grad_norm": 5.935336589813232,
1285
+ "learning_rate": 2.170904167293516e-05,
1286
+ "loss": 0.6947,
1287
+ "step": 4500
1288
+ },
1289
+ {
1290
+ "epoch": 1.8379366368805847,
1291
+ "grad_norm": 5.152228832244873,
1292
+ "learning_rate": 2.1520986911388597e-05,
1293
+ "loss": 0.4509,
1294
+ "step": 4525
1295
+ },
1296
+ {
1297
+ "epoch": 1.8480909829406986,
1298
+ "grad_norm": 13.407612800598145,
1299
+ "learning_rate": 2.1332932149842037e-05,
1300
+ "loss": 0.5937,
1301
+ "step": 4550
1302
+ },
1303
+ {
1304
+ "epoch": 1.8582453290008123,
1305
+ "grad_norm": 3.732926368713379,
1306
+ "learning_rate": 2.1144877388295473e-05,
1307
+ "loss": 0.5812,
1308
+ "step": 4575
1309
+ },
1310
+ {
1311
+ "epoch": 1.868399675060926,
1312
+ "grad_norm": 10.97332763671875,
1313
+ "learning_rate": 2.095682262674891e-05,
1314
+ "loss": 0.4815,
1315
+ "step": 4600
1316
+ },
1317
+ {
1318
+ "epoch": 1.8785540211210399,
1319
+ "grad_norm": 0.9578274488449097,
1320
+ "learning_rate": 2.076876786520235e-05,
1321
+ "loss": 0.4805,
1322
+ "step": 4625
1323
+ },
1324
+ {
1325
+ "epoch": 1.8887083671811535,
1326
+ "grad_norm": 4.262126445770264,
1327
+ "learning_rate": 2.0580713103655786e-05,
1328
+ "loss": 0.6214,
1329
+ "step": 4650
1330
+ },
1331
+ {
1332
+ "epoch": 1.8988627132412672,
1333
+ "grad_norm": 2.12185001373291,
1334
+ "learning_rate": 2.0392658342109222e-05,
1335
+ "loss": 0.4471,
1336
+ "step": 4675
1337
+ },
1338
+ {
1339
+ "epoch": 1.909017059301381,
1340
+ "grad_norm": 2.6735076904296875,
1341
+ "learning_rate": 2.020460358056266e-05,
1342
+ "loss": 0.427,
1343
+ "step": 4700
1344
+ },
1345
+ {
1346
+ "epoch": 1.9191714053614946,
1347
+ "grad_norm": 18.710649490356445,
1348
+ "learning_rate": 2.0016548819016098e-05,
1349
+ "loss": 0.6322,
1350
+ "step": 4725
1351
+ },
1352
+ {
1353
+ "epoch": 1.9293257514216084,
1354
+ "grad_norm": 8.641931533813477,
1355
+ "learning_rate": 1.9828494057469534e-05,
1356
+ "loss": 0.5399,
1357
+ "step": 4750
1358
+ },
1359
+ {
1360
+ "epoch": 1.9394800974817223,
1361
+ "grad_norm": 3.205247640609741,
1362
+ "learning_rate": 1.9640439295922974e-05,
1363
+ "loss": 0.5887,
1364
+ "step": 4775
1365
+ },
1366
+ {
1367
+ "epoch": 1.9496344435418358,
1368
+ "grad_norm": 1.3619911670684814,
1369
+ "learning_rate": 1.945238453437641e-05,
1370
+ "loss": 0.5996,
1371
+ "step": 4800
1372
+ },
1373
+ {
1374
+ "epoch": 1.9597887896019497,
1375
+ "grad_norm": 6.821827411651611,
1376
+ "learning_rate": 1.9264329772829846e-05,
1377
+ "loss": 0.4801,
1378
+ "step": 4825
1379
+ },
1380
+ {
1381
+ "epoch": 1.9699431356620634,
1382
+ "grad_norm": 2.5747969150543213,
1383
+ "learning_rate": 1.9076275011283286e-05,
1384
+ "loss": 0.5523,
1385
+ "step": 4850
1386
+ },
1387
+ {
1388
+ "epoch": 1.980097481722177,
1389
+ "grad_norm": 13.470471382141113,
1390
+ "learning_rate": 1.8888220249736725e-05,
1391
+ "loss": 0.5534,
1392
+ "step": 4875
1393
+ },
1394
+ {
1395
+ "epoch": 1.990251827782291,
1396
+ "grad_norm": 12.533121109008789,
1397
+ "learning_rate": 1.8700165488190162e-05,
1398
+ "loss": 0.6055,
1399
+ "step": 4900
1400
+ },
1401
+ {
1402
+ "epoch": 2.0,
1403
+ "eval_accuracy": 0.9266076978245279,
1404
+ "eval_f1_macro": 0.9119749098386866,
1405
+ "eval_f1_micro": 0.9266076978245279,
1406
+ "eval_f1_weighted": 0.926625315413396,
1407
+ "eval_loss": 0.2657528519630432,
1408
+ "eval_precision_macro": 0.928091787369496,
1409
+ "eval_precision_micro": 0.9266076978245279,
1410
+ "eval_precision_weighted": 0.9272787083264409,
1411
+ "eval_recall_macro": 0.8972230372979126,
1412
+ "eval_recall_micro": 0.9266076978245279,
1413
+ "eval_recall_weighted": 0.9266076978245279,
1414
+ "eval_runtime": 805.7166,
1415
+ "eval_samples_per_second": 5.192,
1416
+ "eval_steps_per_second": 0.325,
1417
+ "step": 4924
1418
+ },
1419
+ {
1420
+ "epoch": 2.0004061738424044,
1421
+ "grad_norm": 0.43904566764831543,
1422
+ "learning_rate": 1.85121107266436e-05,
1423
+ "loss": 0.5567,
1424
+ "step": 4925
1425
+ },
1426
+ {
1427
+ "epoch": 2.0105605199025183,
1428
+ "grad_norm": 25.5123291015625,
1429
+ "learning_rate": 1.8324055965097038e-05,
1430
+ "loss": 0.4346,
1431
+ "step": 4950
1432
+ },
1433
+ {
1434
+ "epoch": 2.020714865962632,
1435
+ "grad_norm": 15.89987850189209,
1436
+ "learning_rate": 1.8136001203550474e-05,
1437
+ "loss": 0.5333,
1438
+ "step": 4975
1439
+ },
1440
+ {
1441
+ "epoch": 2.0308692120227456,
1442
+ "grad_norm": 2.8034896850585938,
1443
+ "learning_rate": 1.7947946442003914e-05,
1444
+ "loss": 0.4765,
1445
+ "step": 5000
1446
+ },
1447
+ {
1448
+ "epoch": 2.0410235580828595,
1449
+ "grad_norm": 2.8935348987579346,
1450
+ "learning_rate": 1.775989168045735e-05,
1451
+ "loss": 0.4422,
1452
+ "step": 5025
1453
+ },
1454
+ {
1455
+ "epoch": 2.0511779041429734,
1456
+ "grad_norm": 8.14145565032959,
1457
+ "learning_rate": 1.757183691891079e-05,
1458
+ "loss": 0.5282,
1459
+ "step": 5050
1460
+ },
1461
+ {
1462
+ "epoch": 2.061332250203087,
1463
+ "grad_norm": 6.452521800994873,
1464
+ "learning_rate": 1.7383782157364226e-05,
1465
+ "loss": 0.4882,
1466
+ "step": 5075
1467
+ },
1468
+ {
1469
+ "epoch": 2.0714865962632008,
1470
+ "grad_norm": 3.1078271865844727,
1471
+ "learning_rate": 1.7195727395817662e-05,
1472
+ "loss": 0.4243,
1473
+ "step": 5100
1474
+ },
1475
+ {
1476
+ "epoch": 2.081640942323314,
1477
+ "grad_norm": 4.052325248718262,
1478
+ "learning_rate": 1.70076726342711e-05,
1479
+ "loss": 0.3915,
1480
+ "step": 5125
1481
+ },
1482
+ {
1483
+ "epoch": 2.091795288383428,
1484
+ "grad_norm": 0.33482909202575684,
1485
+ "learning_rate": 1.6819617872724538e-05,
1486
+ "loss": 0.4279,
1487
+ "step": 5150
1488
+ },
1489
+ {
1490
+ "epoch": 2.101949634443542,
1491
+ "grad_norm": 0.27442964911460876,
1492
+ "learning_rate": 1.6631563111177974e-05,
1493
+ "loss": 0.4043,
1494
+ "step": 5175
1495
+ },
1496
+ {
1497
+ "epoch": 2.1121039805036554,
1498
+ "grad_norm": 0.5872493982315063,
1499
+ "learning_rate": 1.6443508349631414e-05,
1500
+ "loss": 0.5726,
1501
+ "step": 5200
1502
+ },
1503
+ {
1504
+ "epoch": 2.1222583265637693,
1505
+ "grad_norm": 2.22892689704895,
1506
+ "learning_rate": 1.625545358808485e-05,
1507
+ "loss": 0.52,
1508
+ "step": 5225
1509
+ },
1510
+ {
1511
+ "epoch": 2.1324126726238832,
1512
+ "grad_norm": 2.56426739692688,
1513
+ "learning_rate": 1.6067398826538286e-05,
1514
+ "loss": 0.4345,
1515
+ "step": 5250
1516
+ },
1517
+ {
1518
+ "epoch": 2.1425670186839967,
1519
+ "grad_norm": 13.771442413330078,
1520
+ "learning_rate": 1.5879344064991726e-05,
1521
+ "loss": 0.4729,
1522
+ "step": 5275
1523
+ },
1524
+ {
1525
+ "epoch": 2.1527213647441106,
1526
+ "grad_norm": 0.1530083268880844,
1527
+ "learning_rate": 1.5691289303445166e-05,
1528
+ "loss": 0.446,
1529
+ "step": 5300
1530
+ },
1531
+ {
1532
+ "epoch": 2.162875710804224,
1533
+ "grad_norm": 2.819397211074829,
1534
+ "learning_rate": 1.5503234541898602e-05,
1535
+ "loss": 0.7085,
1536
+ "step": 5325
1537
+ },
1538
+ {
1539
+ "epoch": 2.173030056864338,
1540
+ "grad_norm": 12.847749710083008,
1541
+ "learning_rate": 1.531517978035204e-05,
1542
+ "loss": 0.6421,
1543
+ "step": 5350
1544
+ },
1545
+ {
1546
+ "epoch": 2.183184402924452,
1547
+ "grad_norm": 9.512947082519531,
1548
+ "learning_rate": 1.5127125018805476e-05,
1549
+ "loss": 0.535,
1550
+ "step": 5375
1551
+ },
1552
+ {
1553
+ "epoch": 2.1933387489845653,
1554
+ "grad_norm": 27.62982749938965,
1555
+ "learning_rate": 1.4939070257258914e-05,
1556
+ "loss": 0.5626,
1557
+ "step": 5400
1558
+ },
1559
+ {
1560
+ "epoch": 2.203493095044679,
1561
+ "grad_norm": 10.81323528289795,
1562
+ "learning_rate": 1.4751015495712354e-05,
1563
+ "loss": 0.4339,
1564
+ "step": 5425
1565
+ },
1566
+ {
1567
+ "epoch": 2.213647441104793,
1568
+ "grad_norm": 3.875645637512207,
1569
+ "learning_rate": 1.456296073416579e-05,
1570
+ "loss": 0.4962,
1571
+ "step": 5450
1572
+ },
1573
+ {
1574
+ "epoch": 2.2238017871649065,
1575
+ "grad_norm": 0.1911429613828659,
1576
+ "learning_rate": 1.4374905972619226e-05,
1577
+ "loss": 0.5207,
1578
+ "step": 5475
1579
+ },
1580
+ {
1581
+ "epoch": 2.2339561332250204,
1582
+ "grad_norm": 96.48568725585938,
1583
+ "learning_rate": 1.4186851211072666e-05,
1584
+ "loss": 0.5451,
1585
+ "step": 5500
1586
+ },
1587
+ {
1588
+ "epoch": 2.244110479285134,
1589
+ "grad_norm": 2.502739191055298,
1590
+ "learning_rate": 1.3998796449526102e-05,
1591
+ "loss": 0.4988,
1592
+ "step": 5525
1593
+ },
1594
+ {
1595
+ "epoch": 2.2542648253452477,
1596
+ "grad_norm": 5.941136360168457,
1597
+ "learning_rate": 1.3810741687979538e-05,
1598
+ "loss": 0.4889,
1599
+ "step": 5550
1600
+ },
1601
+ {
1602
+ "epoch": 2.2644191714053616,
1603
+ "grad_norm": 20.13005828857422,
1604
+ "learning_rate": 1.3622686926432978e-05,
1605
+ "loss": 0.5544,
1606
+ "step": 5575
1607
+ },
1608
+ {
1609
+ "epoch": 2.274573517465475,
1610
+ "grad_norm": 5.842233657836914,
1611
+ "learning_rate": 1.3434632164886416e-05,
1612
+ "loss": 0.5751,
1613
+ "step": 5600
1614
+ },
1615
+ {
1616
+ "epoch": 2.284727863525589,
1617
+ "grad_norm": 11.564367294311523,
1618
+ "learning_rate": 1.3246577403339852e-05,
1619
+ "loss": 0.5099,
1620
+ "step": 5625
1621
+ },
1622
+ {
1623
+ "epoch": 2.294882209585703,
1624
+ "grad_norm": 0.15794846415519714,
1625
+ "learning_rate": 1.3058522641793292e-05,
1626
+ "loss": 0.4425,
1627
+ "step": 5650
1628
+ },
1629
+ {
1630
+ "epoch": 2.3050365556458163,
1631
+ "grad_norm": 4.0853142738342285,
1632
+ "learning_rate": 1.2870467880246728e-05,
1633
+ "loss": 0.3685,
1634
+ "step": 5675
1635
+ },
1636
+ {
1637
+ "epoch": 2.3151909017059302,
1638
+ "grad_norm": 9.024371147155762,
1639
+ "learning_rate": 1.2682413118700164e-05,
1640
+ "loss": 0.4964,
1641
+ "step": 5700
1642
+ },
1643
+ {
1644
+ "epoch": 2.3253452477660437,
1645
+ "grad_norm": 15.076045989990234,
1646
+ "learning_rate": 1.2494358357153604e-05,
1647
+ "loss": 0.5681,
1648
+ "step": 5725
1649
+ },
1650
+ {
1651
+ "epoch": 2.3354995938261576,
1652
+ "grad_norm": 0.19159801304340363,
1653
+ "learning_rate": 1.230630359560704e-05,
1654
+ "loss": 0.3851,
1655
+ "step": 5750
1656
+ },
1657
+ {
1658
+ "epoch": 2.3456539398862715,
1659
+ "grad_norm": 54.02906036376953,
1660
+ "learning_rate": 1.2118248834060478e-05,
1661
+ "loss": 0.5483,
1662
+ "step": 5775
1663
+ },
1664
+ {
1665
+ "epoch": 2.355808285946385,
1666
+ "grad_norm": 7.049926280975342,
1667
+ "learning_rate": 1.1930194072513918e-05,
1668
+ "loss": 0.5981,
1669
+ "step": 5800
1670
+ },
1671
+ {
1672
+ "epoch": 2.365962632006499,
1673
+ "grad_norm": 16.41009521484375,
1674
+ "learning_rate": 1.1742139310967354e-05,
1675
+ "loss": 0.4977,
1676
+ "step": 5825
1677
+ },
1678
+ {
1679
+ "epoch": 2.3761169780666123,
1680
+ "grad_norm": 0.19413629174232483,
1681
+ "learning_rate": 1.1554084549420792e-05,
1682
+ "loss": 0.5617,
1683
+ "step": 5850
1684
+ },
1685
+ {
1686
+ "epoch": 2.386271324126726,
1687
+ "grad_norm": 1.1825770139694214,
1688
+ "learning_rate": 1.136602978787423e-05,
1689
+ "loss": 0.4328,
1690
+ "step": 5875
1691
+ },
1692
+ {
1693
+ "epoch": 2.39642567018684,
1694
+ "grad_norm": 8.703160285949707,
1695
+ "learning_rate": 1.1177975026327666e-05,
1696
+ "loss": 0.4351,
1697
+ "step": 5900
1698
+ },
1699
+ {
1700
+ "epoch": 2.406580016246954,
1701
+ "grad_norm": 3.950902223587036,
1702
+ "learning_rate": 1.0989920264781104e-05,
1703
+ "loss": 0.4248,
1704
+ "step": 5925
1705
+ },
1706
+ {
1707
+ "epoch": 2.4167343623070674,
1708
+ "grad_norm": 2.6033504009246826,
1709
+ "learning_rate": 1.0801865503234542e-05,
1710
+ "loss": 0.4334,
1711
+ "step": 5950
1712
+ },
1713
+ {
1714
+ "epoch": 2.4268887083671813,
1715
+ "grad_norm": 0.4781394600868225,
1716
+ "learning_rate": 1.061381074168798e-05,
1717
+ "loss": 0.4309,
1718
+ "step": 5975
1719
+ },
1720
+ {
1721
+ "epoch": 2.4370430544272947,
1722
+ "grad_norm": 1.0080628395080566,
1723
+ "learning_rate": 1.0425755980141418e-05,
1724
+ "loss": 0.4494,
1725
+ "step": 6000
1726
+ },
1727
+ {
1728
+ "epoch": 2.4471974004874086,
1729
+ "grad_norm": 11.38261890411377,
1730
+ "learning_rate": 1.0237701218594856e-05,
1731
+ "loss": 0.5053,
1732
+ "step": 6025
1733
+ },
1734
+ {
1735
+ "epoch": 2.4573517465475225,
1736
+ "grad_norm": 1.4227663278579712,
1737
+ "learning_rate": 1.0049646457048292e-05,
1738
+ "loss": 0.4257,
1739
+ "step": 6050
1740
+ },
1741
+ {
1742
+ "epoch": 2.467506092607636,
1743
+ "grad_norm": 0.9921310544013977,
1744
+ "learning_rate": 9.86159169550173e-06,
1745
+ "loss": 0.5595,
1746
+ "step": 6075
1747
+ },
1748
+ {
1749
+ "epoch": 2.47766043866775,
1750
+ "grad_norm": 14.428972244262695,
1751
+ "learning_rate": 9.673536933955168e-06,
1752
+ "loss": 0.3958,
1753
+ "step": 6100
1754
+ },
1755
+ {
1756
+ "epoch": 2.4878147847278633,
1757
+ "grad_norm": 1.1158331632614136,
1758
+ "learning_rate": 9.485482172408605e-06,
1759
+ "loss": 0.4468,
1760
+ "step": 6125
1761
+ },
1762
+ {
1763
+ "epoch": 2.497969130787977,
1764
+ "grad_norm": 0.15840868651866913,
1765
+ "learning_rate": 9.297427410862043e-06,
1766
+ "loss": 0.4436,
1767
+ "step": 6150
1768
+ },
1769
+ {
1770
+ "epoch": 2.508123476848091,
1771
+ "grad_norm": 3.016507387161255,
1772
+ "learning_rate": 9.10937264931548e-06,
1773
+ "loss": 0.5268,
1774
+ "step": 6175
1775
+ },
1776
+ {
1777
+ "epoch": 2.5182778229082046,
1778
+ "grad_norm": 0.9153080582618713,
1779
+ "learning_rate": 8.921317887768919e-06,
1780
+ "loss": 0.5499,
1781
+ "step": 6200
1782
+ },
1783
+ {
1784
+ "epoch": 2.5284321689683185,
1785
+ "grad_norm": 2.3704733848571777,
1786
+ "learning_rate": 8.733263126222356e-06,
1787
+ "loss": 0.4143,
1788
+ "step": 6225
1789
+ },
1790
+ {
1791
+ "epoch": 2.538586515028432,
1792
+ "grad_norm": 2.596069574356079,
1793
+ "learning_rate": 8.545208364675794e-06,
1794
+ "loss": 0.388,
1795
+ "step": 6250
1796
+ },
1797
+ {
1798
+ "epoch": 2.548740861088546,
1799
+ "grad_norm": 14.82557487487793,
1800
+ "learning_rate": 8.357153603129232e-06,
1801
+ "loss": 0.4274,
1802
+ "step": 6275
1803
+ },
1804
+ {
1805
+ "epoch": 2.5588952071486597,
1806
+ "grad_norm": 1.2737632989883423,
1807
+ "learning_rate": 8.169098841582669e-06,
1808
+ "loss": 0.3534,
1809
+ "step": 6300
1810
+ },
1811
+ {
1812
+ "epoch": 2.5690495532087736,
1813
+ "grad_norm": 18.806808471679688,
1814
+ "learning_rate": 7.981044080036107e-06,
1815
+ "loss": 0.6733,
1816
+ "step": 6325
1817
+ },
1818
+ {
1819
+ "epoch": 2.579203899268887,
1820
+ "grad_norm": 21.513843536376953,
1821
+ "learning_rate": 7.792989318489545e-06,
1822
+ "loss": 0.4451,
1823
+ "step": 6350
1824
+ },
1825
+ {
1826
+ "epoch": 2.589358245329001,
1827
+ "grad_norm": 4.2879815101623535,
1828
+ "learning_rate": 7.604934556942982e-06,
1829
+ "loss": 0.545,
1830
+ "step": 6375
1831
+ },
1832
+ {
1833
+ "epoch": 2.5995125913891144,
1834
+ "grad_norm": 2.1117591857910156,
1835
+ "learning_rate": 7.41687979539642e-06,
1836
+ "loss": 0.4982,
1837
+ "step": 6400
1838
+ },
1839
+ {
1840
+ "epoch": 2.6096669374492283,
1841
+ "grad_norm": 25.265079498291016,
1842
+ "learning_rate": 7.228825033849858e-06,
1843
+ "loss": 0.4269,
1844
+ "step": 6425
1845
+ },
1846
+ {
1847
+ "epoch": 2.619821283509342,
1848
+ "grad_norm": 0.9816861152648926,
1849
+ "learning_rate": 7.040770272303295e-06,
1850
+ "loss": 0.4884,
1851
+ "step": 6450
1852
+ },
1853
+ {
1854
+ "epoch": 2.6299756295694556,
1855
+ "grad_norm": 2.7001571655273438,
1856
+ "learning_rate": 6.852715510756733e-06,
1857
+ "loss": 0.6128,
1858
+ "step": 6475
1859
+ },
1860
+ {
1861
+ "epoch": 2.6401299756295695,
1862
+ "grad_norm": 17.872499465942383,
1863
+ "learning_rate": 6.664660749210171e-06,
1864
+ "loss": 0.4402,
1865
+ "step": 6500
1866
+ },
1867
+ {
1868
+ "epoch": 2.650284321689683,
1869
+ "grad_norm": 3.858314275741577,
1870
+ "learning_rate": 6.476605987663608e-06,
1871
+ "loss": 0.5872,
1872
+ "step": 6525
1873
+ },
1874
+ {
1875
+ "epoch": 2.660438667749797,
1876
+ "grad_norm": 16.253244400024414,
1877
+ "learning_rate": 6.288551226117046e-06,
1878
+ "loss": 0.5678,
1879
+ "step": 6550
1880
+ },
1881
+ {
1882
+ "epoch": 2.6705930138099108,
1883
+ "grad_norm": 0.6387231349945068,
1884
+ "learning_rate": 6.100496464570484e-06,
1885
+ "loss": 0.383,
1886
+ "step": 6575
1887
+ },
1888
+ {
1889
+ "epoch": 2.680747359870024,
1890
+ "grad_norm": 27.796384811401367,
1891
+ "learning_rate": 5.912441703023921e-06,
1892
+ "loss": 0.4691,
1893
+ "step": 6600
1894
+ },
1895
+ {
1896
+ "epoch": 2.690901705930138,
1897
+ "grad_norm": 1.4365334510803223,
1898
+ "learning_rate": 5.724386941477358e-06,
1899
+ "loss": 0.4579,
1900
+ "step": 6625
1901
+ },
1902
+ {
1903
+ "epoch": 2.7010560519902516,
1904
+ "grad_norm": 6.362787246704102,
1905
+ "learning_rate": 5.536332179930797e-06,
1906
+ "loss": 0.5751,
1907
+ "step": 6650
1908
+ },
1909
+ {
1910
+ "epoch": 2.7112103980503655,
1911
+ "grad_norm": 5.281644344329834,
1912
+ "learning_rate": 5.348277418384234e-06,
1913
+ "loss": 0.5035,
1914
+ "step": 6675
1915
+ },
1916
+ {
1917
+ "epoch": 2.7213647441104794,
1918
+ "grad_norm": 2.8617539405822754,
1919
+ "learning_rate": 5.160222656837671e-06,
1920
+ "loss": 0.373,
1921
+ "step": 6700
1922
+ },
1923
+ {
1924
+ "epoch": 2.7315190901705932,
1925
+ "grad_norm": 6.853511810302734,
1926
+ "learning_rate": 4.972167895291109e-06,
1927
+ "loss": 0.4706,
1928
+ "step": 6725
1929
+ },
1930
+ {
1931
+ "epoch": 2.7416734362307067,
1932
+ "grad_norm": 2.8362090587615967,
1933
+ "learning_rate": 4.784113133744547e-06,
1934
+ "loss": 0.6053,
1935
+ "step": 6750
1936
+ },
1937
+ {
1938
+ "epoch": 2.7518277822908206,
1939
+ "grad_norm": 6.8812031745910645,
1940
+ "learning_rate": 4.596058372197985e-06,
1941
+ "loss": 0.433,
1942
+ "step": 6775
1943
+ },
1944
+ {
1945
+ "epoch": 2.761982128350934,
1946
+ "grad_norm": 0.7493718862533569,
1947
+ "learning_rate": 4.408003610651422e-06,
1948
+ "loss": 0.6035,
1949
+ "step": 6800
1950
+ },
1951
+ {
1952
+ "epoch": 2.772136474411048,
1953
+ "grad_norm": 12.810718536376953,
1954
+ "learning_rate": 4.219948849104859e-06,
1955
+ "loss": 0.4921,
1956
+ "step": 6825
1957
+ },
1958
+ {
1959
+ "epoch": 2.782290820471162,
1960
+ "grad_norm": 4.376484394073486,
1961
+ "learning_rate": 4.031894087558298e-06,
1962
+ "loss": 0.453,
1963
+ "step": 6850
1964
+ },
1965
+ {
1966
+ "epoch": 2.7924451665312753,
1967
+ "grad_norm": 5.702888011932373,
1968
+ "learning_rate": 3.843839326011735e-06,
1969
+ "loss": 0.487,
1970
+ "step": 6875
1971
+ },
1972
+ {
1973
+ "epoch": 2.802599512591389,
1974
+ "grad_norm": 1.284523844718933,
1975
+ "learning_rate": 3.655784564465172e-06,
1976
+ "loss": 0.4004,
1977
+ "step": 6900
1978
+ },
1979
+ {
1980
+ "epoch": 2.8127538586515026,
1981
+ "grad_norm": 43.9447135925293,
1982
+ "learning_rate": 3.4677298029186104e-06,
1983
+ "loss": 0.5632,
1984
+ "step": 6925
1985
+ },
1986
+ {
1987
+ "epoch": 2.8229082047116165,
1988
+ "grad_norm": 1.2876818180084229,
1989
+ "learning_rate": 3.2796750413720475e-06,
1990
+ "loss": 0.3177,
1991
+ "step": 6950
1992
+ },
1993
+ {
1994
+ "epoch": 2.8330625507717304,
1995
+ "grad_norm": 0.49143844842910767,
1996
+ "learning_rate": 3.0916202798254854e-06,
1997
+ "loss": 0.4961,
1998
+ "step": 6975
1999
+ },
2000
+ {
2001
+ "epoch": 2.843216896831844,
2002
+ "grad_norm": 9.238175392150879,
2003
+ "learning_rate": 2.903565518278923e-06,
2004
+ "loss": 0.4309,
2005
+ "step": 7000
2006
+ },
2007
+ {
2008
+ "epoch": 2.8533712428919578,
2009
+ "grad_norm": 1.5201661586761475,
2010
+ "learning_rate": 2.715510756732361e-06,
2011
+ "loss": 0.4751,
2012
+ "step": 7025
2013
+ },
2014
+ {
2015
+ "epoch": 2.863525588952071,
2016
+ "grad_norm": 0.13578936457633972,
2017
+ "learning_rate": 2.527455995185798e-06,
2018
+ "loss": 0.34,
2019
+ "step": 7050
2020
+ },
2021
+ {
2022
+ "epoch": 2.873679935012185,
2023
+ "grad_norm": 12.835733413696289,
2024
+ "learning_rate": 2.339401233639236e-06,
2025
+ "loss": 0.2968,
2026
+ "step": 7075
2027
+ },
2028
+ {
2029
+ "epoch": 2.883834281072299,
2030
+ "grad_norm": 0.2961287796497345,
2031
+ "learning_rate": 2.1513464720926735e-06,
2032
+ "loss": 0.4396,
2033
+ "step": 7100
2034
+ },
2035
+ {
2036
+ "epoch": 2.893988627132413,
2037
+ "grad_norm": 12.266148567199707,
2038
+ "learning_rate": 1.9632917105461115e-06,
2039
+ "loss": 0.5608,
2040
+ "step": 7125
2041
+ },
2042
+ {
2043
+ "epoch": 2.9041429731925263,
2044
+ "grad_norm": 13.638496398925781,
2045
+ "learning_rate": 1.7752369489995486e-06,
2046
+ "loss": 0.4852,
2047
+ "step": 7150
2048
+ },
2049
+ {
2050
+ "epoch": 2.9142973192526402,
2051
+ "grad_norm": 8.737442016601562,
2052
+ "learning_rate": 1.5871821874529863e-06,
2053
+ "loss": 0.5331,
2054
+ "step": 7175
2055
+ },
2056
+ {
2057
+ "epoch": 2.9244516653127537,
2058
+ "grad_norm": 1.0912017822265625,
2059
+ "learning_rate": 1.399127425906424e-06,
2060
+ "loss": 0.4314,
2061
+ "step": 7200
2062
+ },
2063
+ {
2064
+ "epoch": 2.9346060113728676,
2065
+ "grad_norm": 4.351292610168457,
2066
+ "learning_rate": 1.2110726643598616e-06,
2067
+ "loss": 0.5376,
2068
+ "step": 7225
2069
+ },
2070
+ {
2071
+ "epoch": 2.9447603574329815,
2072
+ "grad_norm": 6.2538065910339355,
2073
+ "learning_rate": 1.0230179028132994e-06,
2074
+ "loss": 0.4093,
2075
+ "step": 7250
2076
+ },
2077
+ {
2078
+ "epoch": 2.954914703493095,
2079
+ "grad_norm": 5.2288126945495605,
2080
+ "learning_rate": 8.349631412667369e-07,
2081
+ "loss": 0.7437,
2082
+ "step": 7275
2083
+ },
2084
+ {
2085
+ "epoch": 2.965069049553209,
2086
+ "grad_norm": 1.296960711479187,
2087
+ "learning_rate": 6.469083797201745e-07,
2088
+ "loss": 0.396,
2089
+ "step": 7300
2090
+ },
2091
+ {
2092
+ "epoch": 2.9752233956133223,
2093
+ "grad_norm": 5.880867958068848,
2094
+ "learning_rate": 4.5885361817361217e-07,
2095
+ "loss": 0.4873,
2096
+ "step": 7325
2097
+ },
2098
+ {
2099
+ "epoch": 2.985377741673436,
2100
+ "grad_norm": 2.8329901695251465,
2101
+ "learning_rate": 2.707988566270498e-07,
2102
+ "loss": 0.5592,
2103
+ "step": 7350
2104
+ },
2105
+ {
2106
+ "epoch": 2.99553208773355,
2107
+ "grad_norm": 5.462076663970947,
2108
+ "learning_rate": 8.274409508048744e-08,
2109
+ "loss": 0.627,
2110
+ "step": 7375
2111
+ },
2112
+ {
2113
+ "epoch": 3.0,
2114
+ "eval_accuracy": 0.9390389672483863,
2115
+ "eval_f1_macro": 0.9244631728799089,
2116
+ "eval_f1_micro": 0.9390389672483863,
2117
+ "eval_f1_weighted": 0.9389134636561386,
2118
+ "eval_loss": 0.24498265981674194,
2119
+ "eval_precision_macro": 0.9458913396195016,
2120
+ "eval_precision_micro": 0.9390389672483863,
2121
+ "eval_precision_weighted": 0.9393976940878069,
2122
+ "eval_recall_macro": 0.9051122705051101,
2123
+ "eval_recall_micro": 0.9390389672483863,
2124
+ "eval_recall_weighted": 0.9390389672483863,
2125
+ "eval_runtime": 773.6973,
2126
+ "eval_samples_per_second": 5.407,
2127
+ "eval_steps_per_second": 0.339,
2128
+ "step": 7386
2129
+ }
2130
+ ],
2131
+ "logging_steps": 25,
2132
+ "max_steps": 7386,
2133
+ "num_input_tokens_seen": 0,
2134
+ "num_train_epochs": 3,
2135
+ "save_steps": 500,
2136
+ "stateful_callbacks": {
2137
+ "EarlyStoppingCallback": {
2138
+ "args": {
2139
+ "early_stopping_patience": 5,
2140
+ "early_stopping_threshold": 0.01
2141
+ },
2142
+ "attributes": {
2143
+ "early_stopping_patience_counter": 0
2144
+ }
2145
+ },
2146
+ "TrainerControl": {
2147
+ "args": {
2148
+ "should_epoch_stop": false,
2149
+ "should_evaluate": false,
2150
+ "should_log": false,
2151
+ "should_save": true,
2152
+ "should_training_stop": true
2153
+ },
2154
+ "attributes": {}
2155
+ }
2156
+ },
2157
+ "total_flos": 3885829395485184.0,
2158
+ "train_batch_size": 8,
2159
+ "trial_name": null,
2160
+ "trial_params": null
2161
+ }
checkpoint-7386/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cefd28498492ac8f02a84ab4e637abb1836709f3543b181789db00a859befe5c
3
+ size 5176
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vinai/phobert-base-v2",
3
+ "_num_labels": 6,
4
+ "architectures": [
5
+ "RobertaForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "2733522",
16
+ "1": "2733534",
17
+ "2": "2733540",
18
+ "3": "2733546",
19
+ "4": "2733552",
20
+ "5": "2733570"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "2733522": 0,
26
+ "2733534": 1,
27
+ "2733540": 2,
28
+ "2733546": 3,
29
+ "2733552": 4,
30
+ "2733570": 5
31
+ },
32
+ "layer_norm_eps": 1e-05,
33
+ "max_position_embeddings": 258,
34
+ "model_type": "roberta",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 1,
38
+ "position_embedding_type": "absolute",
39
+ "problem_type": "single_label_classification",
40
+ "tokenizer_class": "PhobertTokenizer",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.42.2",
43
+ "type_vocab_size": 1,
44
+ "use_cache": true,
45
+ "vocab_size": 64001
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707e16f81948e5648b4749b8be53a42115c136abbba0644bd1f47376c5c05047
3
+ size 540035688
runs/Jul19_08-06-56_r-daccuong2002-trainphobert-swxifvat-d170b-y6luj/events.out.tfevents.1721376417.r-daccuong2002-trainphobert-swxifvat-d170b-y6luj.106.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e40b028747eb34abf45b017d37b19fd23c1067a406cdf23491400f5a6bc6f46b
3
- size 68073
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c6255481d1248c9b7e8e76644b39ffab1edd1c3e563dc81851d3bfe4ff2332
3
+ size 70315
runs/Jul19_08-06-56_r-daccuong2002-trainphobert-swxifvat-d170b-y6luj/events.out.tfevents.1721422959.r-daccuong2002-trainphobert-swxifvat-d170b-y6luj.106.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c299957afdb49478387c42a85b41f4a21216ef7f706561dfc0cf57127bf3ce1
3
+ size 921
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "64000": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "tokenizer_class": "PhobertTokenizer",
53
+ "unk_token": "<unk>"
54
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cefd28498492ac8f02a84ab4e637abb1836709f3543b181789db00a859befe5c
3
+ size 5176
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "PhoBert-MultiLabel/autotrain-data",
3
+ "model": "vinai/phobert-base-v2",
4
+ "lr": 5e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 128,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "text_column": "autotrain_text",
18
+ "target_column": "autotrain_label",
19
+ "logging_steps": -1,
20
+ "project_name": "PhoBert-MultiLabel",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "daccuong2002",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff