silashundhausen commited on
Commit
82e8cc8
·
verified ·
1 Parent(s): 4d10944

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ library_name: transformers
4
+ tags:
5
+ - autotrain
6
+ - text-classification
7
+ base_model: FacebookAI/xlm-roberta-large
8
+ widget:
9
+ - text: "I love AutoTrain"
10
+ ---
11
+
12
+ # Model Trained Using AutoTrain
13
+
14
+ - Problem type: Text Classification
15
+
16
+ ## Validation Metrics
17
+ loss: 0.16869813203811646
18
+
19
+ f1_macro: 0.6470233113292341
20
+
21
+ f1_micro: 0.9617140850017563
22
+
23
+ f1_weighted: 0.9597252404005653
24
+
25
+ precision_macro: 0.6657138827178418
26
+
27
+ precision_micro: 0.9617140850017563
28
+
29
+ precision_weighted: 0.9600327052750102
30
+
31
+ recall_macro: 0.6540179851686874
32
+
33
+ recall_micro: 0.9617140850017563
34
+
35
+ recall_weighted: 0.9617140850017563
36
+
37
+ accuracy: 0.9617140850017563
checkpoint-4272/config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/xlm-roberta-large",
3
+ "_num_labels": 37,
4
+ "architectures": [
5
+ "XLMRobertaForSequenceClassification"
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": 1024,
14
+ "id2label": {
15
+ "0": "AGM Report",
16
+ "1": "Annual Report",
17
+ "2": "Board/Management Change",
18
+ "3": "Business and Financial Review",
19
+ "4": "Call Transcript",
20
+ "5": "Capital/Financing Update",
21
+ "6": "Company Presentation",
22
+ "7": "Corporate Governance Report",
23
+ "8": "Declaration of Voting Results & Voting Rights Announcements",
24
+ "9": "Delisting Announcement",
25
+ "10": "Directors' Dealings",
26
+ "11": "Earnings Release",
27
+ "12": "Fact Sheet",
28
+ "13": "Foreign Filer Report",
29
+ "14": "General Meeting Notice",
30
+ "15": "Inside Information Statement",
31
+ "16": "Interest Rate Update/Notice",
32
+ "17": "Interim Report",
33
+ "18": "Investment Company Reports",
34
+ "19": "Investor Presentation",
35
+ "20": "Legal Proceedings Report",
36
+ "21": "Major Shareholding Notification",
37
+ "22": "Management Discussion and Analysis",
38
+ "23": "Net Asset Value(s)",
39
+ "24": "Notice of Dividend Amount",
40
+ "25": "Prospectus",
41
+ "26": "Proxy Solicitation & Information Statements",
42
+ "27": "Quarterly Report",
43
+ "28": "Registration Form",
44
+ "29": "Regulatory News Service",
45
+ "30": "Related Party Transactions",
46
+ "31": "Remuneration Report",
47
+ "32": "Report Publication Announcement",
48
+ "33": "Share Issue/Capital Change",
49
+ "34": "Sustainability Report",
50
+ "35": "Takeover Announcement Report",
51
+ "36": "Transaction in Own Shares"
52
+ },
53
+ "initializer_range": 0.02,
54
+ "intermediate_size": 4096,
55
+ "label2id": {
56
+ "AGM Report": 0,
57
+ "Annual Report": 1,
58
+ "Board/Management Change": 2,
59
+ "Business and Financial Review": 3,
60
+ "Call Transcript": 4,
61
+ "Capital/Financing Update": 5,
62
+ "Company Presentation": 6,
63
+ "Corporate Governance Report": 7,
64
+ "Declaration of Voting Results & Voting Rights Announcements": 8,
65
+ "Delisting Announcement": 9,
66
+ "Directors' Dealings": 10,
67
+ "Earnings Release": 11,
68
+ "Fact Sheet": 12,
69
+ "Foreign Filer Report": 13,
70
+ "General Meeting Notice": 14,
71
+ "Inside Information Statement": 15,
72
+ "Interest Rate Update/Notice": 16,
73
+ "Interim Report": 17,
74
+ "Investment Company Reports": 18,
75
+ "Investor Presentation": 19,
76
+ "Legal Proceedings Report": 20,
77
+ "Major Shareholding Notification": 21,
78
+ "Management Discussion and Analysis": 22,
79
+ "Net Asset Value(s)": 23,
80
+ "Notice of Dividend Amount": 24,
81
+ "Prospectus": 25,
82
+ "Proxy Solicitation & Information Statements": 26,
83
+ "Quarterly Report": 27,
84
+ "Registration Form": 28,
85
+ "Regulatory News Service": 29,
86
+ "Related Party Transactions": 30,
87
+ "Remuneration Report": 31,
88
+ "Report Publication Announcement": 32,
89
+ "Share Issue/Capital Change": 33,
90
+ "Sustainability Report": 34,
91
+ "Takeover Announcement Report": 35,
92
+ "Transaction in Own Shares": 36
93
+ },
94
+ "layer_norm_eps": 1e-05,
95
+ "max_position_embeddings": 514,
96
+ "model_type": "xlm-roberta",
97
+ "num_attention_heads": 16,
98
+ "num_hidden_layers": 24,
99
+ "output_past": true,
100
+ "pad_token_id": 1,
101
+ "position_embedding_type": "absolute",
102
+ "problem_type": "single_label_classification",
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.48.0",
105
+ "type_vocab_size": 1,
106
+ "use_cache": true,
107
+ "vocab_size": 250002
108
+ }
checkpoint-4272/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907ef0f2b508c51374dacf50d5325a73e0737e18497a889459b943045a78faa1
3
+ size 2239762172
checkpoint-4272/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d5733de5f264569f7f2044bb92df9e8e69a57752f0962ca45dd1a07116581f
3
+ size 4479759761
checkpoint-4272/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d5a477e358903f146a64e49a08e514afe996bcf39b5b036110d6af5dc1686f
3
+ size 14244
checkpoint-4272/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f34ca083dde9ed02d169e5f50f1045e54461c41598cb29e6006313f85daf837d
3
+ size 1064
checkpoint-4272/trainer_state.json ADDED
@@ -0,0 +1,1286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.16869813203811646,
3
+ "best_model_checkpoint": "filing-classification-xlmr-2/checkpoint-4272",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4272,
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.0175561797752809,
13
+ "grad_norm": 9.653117179870605,
14
+ "learning_rate": 2.8037383177570094e-06,
15
+ "loss": 3.7369,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.0351123595505618,
20
+ "grad_norm": 19.201862335205078,
21
+ "learning_rate": 5.490654205607477e-06,
22
+ "loss": 3.1929,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.05266853932584269,
27
+ "grad_norm": 22.668563842773438,
28
+ "learning_rate": 8.411214953271028e-06,
29
+ "loss": 2.7752,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.0702247191011236,
34
+ "grad_norm": 20.474855422973633,
35
+ "learning_rate": 1.1214953271028037e-05,
36
+ "loss": 2.389,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.0877808988764045,
41
+ "grad_norm": 15.759284973144531,
42
+ "learning_rate": 1.413551401869159e-05,
43
+ "loss": 1.9833,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.10533707865168539,
48
+ "grad_norm": 38.20879364013672,
49
+ "learning_rate": 1.705607476635514e-05,
50
+ "loss": 1.5363,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.12289325842696629,
55
+ "grad_norm": 10.5639066696167,
56
+ "learning_rate": 1.9976635514018695e-05,
57
+ "loss": 1.227,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.1404494382022472,
62
+ "grad_norm": 47.63655471801758,
63
+ "learning_rate": 2.2897196261682244e-05,
64
+ "loss": 1.1232,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.1580056179775281,
69
+ "grad_norm": 24.818403244018555,
70
+ "learning_rate": 2.570093457943925e-05,
71
+ "loss": 0.9905,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.175561797752809,
76
+ "grad_norm": 10.783175468444824,
77
+ "learning_rate": 2.8621495327102803e-05,
78
+ "loss": 1.0071,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.1931179775280899,
83
+ "grad_norm": 17.002634048461914,
84
+ "learning_rate": 3.1542056074766355e-05,
85
+ "loss": 0.842,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.21067415730337077,
90
+ "grad_norm": 20.313222885131836,
91
+ "learning_rate": 3.446261682242991e-05,
92
+ "loss": 0.8186,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.22823033707865167,
97
+ "grad_norm": 24.661361694335938,
98
+ "learning_rate": 3.738317757009346e-05,
99
+ "loss": 0.7011,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.24578651685393257,
104
+ "grad_norm": 59.52761459350586,
105
+ "learning_rate": 4.030373831775701e-05,
106
+ "loss": 0.8531,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.2633426966292135,
111
+ "grad_norm": 22.566953659057617,
112
+ "learning_rate": 4.3224299065420565e-05,
113
+ "loss": 0.835,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.2808988764044944,
118
+ "grad_norm": 15.610183715820312,
119
+ "learning_rate": 4.614485981308411e-05,
120
+ "loss": 0.8636,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.2984550561797753,
125
+ "grad_norm": 9.454130172729492,
126
+ "learning_rate": 4.9065420560747664e-05,
127
+ "loss": 0.6411,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.3160112359550562,
132
+ "grad_norm": 11.222116470336914,
133
+ "learning_rate": 4.977887617065557e-05,
134
+ "loss": 0.6514,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.3335674157303371,
139
+ "grad_norm": 26.492769241333008,
140
+ "learning_rate": 4.945369406867846e-05,
141
+ "loss": 0.9043,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.351123595505618,
146
+ "grad_norm": 10.550625801086426,
147
+ "learning_rate": 4.9128511966701355e-05,
148
+ "loss": 0.5749,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.3686797752808989,
153
+ "grad_norm": 15.46976089477539,
154
+ "learning_rate": 4.880332986472425e-05,
155
+ "loss": 0.5911,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.3862359550561798,
160
+ "grad_norm": 47.346580505371094,
161
+ "learning_rate": 4.847814776274714e-05,
162
+ "loss": 0.4303,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.40379213483146065,
167
+ "grad_norm": 143.05471801757812,
168
+ "learning_rate": 4.815296566077003e-05,
169
+ "loss": 0.5449,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.42134831460674155,
174
+ "grad_norm": 44.15991973876953,
175
+ "learning_rate": 4.7827783558792924e-05,
176
+ "loss": 0.6729,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.43890449438202245,
181
+ "grad_norm": 28.416748046875,
182
+ "learning_rate": 4.750260145681582e-05,
183
+ "loss": 0.647,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.45646067415730335,
188
+ "grad_norm": 23.542097091674805,
189
+ "learning_rate": 4.7177419354838716e-05,
190
+ "loss": 0.7437,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.47401685393258425,
195
+ "grad_norm": 32.17939376831055,
196
+ "learning_rate": 4.68522372528616e-05,
197
+ "loss": 0.5794,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.49157303370786515,
202
+ "grad_norm": 15.835025787353516,
203
+ "learning_rate": 4.654006243496358e-05,
204
+ "loss": 0.5945,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 0.5091292134831461,
209
+ "grad_norm": 26.716590881347656,
210
+ "learning_rate": 4.6214880332986475e-05,
211
+ "loss": 0.7132,
212
+ "step": 725
213
+ },
214
+ {
215
+ "epoch": 0.526685393258427,
216
+ "grad_norm": 168.02224731445312,
217
+ "learning_rate": 4.588969823100937e-05,
218
+ "loss": 0.5737,
219
+ "step": 750
220
+ },
221
+ {
222
+ "epoch": 0.5442415730337079,
223
+ "grad_norm": 7.801482677459717,
224
+ "learning_rate": 4.5603537981269515e-05,
225
+ "loss": 1.8573,
226
+ "step": 775
227
+ },
228
+ {
229
+ "epoch": 0.5617977528089888,
230
+ "grad_norm": 5.383340358734131,
231
+ "learning_rate": 4.527835587929241e-05,
232
+ "loss": 0.5317,
233
+ "step": 800
234
+ },
235
+ {
236
+ "epoch": 0.5793539325842697,
237
+ "grad_norm": 6.86607551574707,
238
+ "learning_rate": 4.49531737773153e-05,
239
+ "loss": 0.523,
240
+ "step": 825
241
+ },
242
+ {
243
+ "epoch": 0.5969101123595506,
244
+ "grad_norm": 43.885772705078125,
245
+ "learning_rate": 4.462799167533819e-05,
246
+ "loss": 0.4805,
247
+ "step": 850
248
+ },
249
+ {
250
+ "epoch": 0.6144662921348315,
251
+ "grad_norm": 12.806220054626465,
252
+ "learning_rate": 4.4302809573361085e-05,
253
+ "loss": 0.6384,
254
+ "step": 875
255
+ },
256
+ {
257
+ "epoch": 0.6320224719101124,
258
+ "grad_norm": 19.224258422851562,
259
+ "learning_rate": 4.397762747138398e-05,
260
+ "loss": 0.6042,
261
+ "step": 900
262
+ },
263
+ {
264
+ "epoch": 0.6495786516853933,
265
+ "grad_norm": 24.135557174682617,
266
+ "learning_rate": 4.365244536940687e-05,
267
+ "loss": 0.6164,
268
+ "step": 925
269
+ },
270
+ {
271
+ "epoch": 0.6671348314606742,
272
+ "grad_norm": 7.6507487297058105,
273
+ "learning_rate": 4.332726326742976e-05,
274
+ "loss": 0.5067,
275
+ "step": 950
276
+ },
277
+ {
278
+ "epoch": 0.6846910112359551,
279
+ "grad_norm": 16.015581130981445,
280
+ "learning_rate": 4.3002081165452654e-05,
281
+ "loss": 0.5762,
282
+ "step": 975
283
+ },
284
+ {
285
+ "epoch": 0.702247191011236,
286
+ "grad_norm": 1.4693474769592285,
287
+ "learning_rate": 4.267689906347555e-05,
288
+ "loss": 0.458,
289
+ "step": 1000
290
+ },
291
+ {
292
+ "epoch": 0.7198033707865169,
293
+ "grad_norm": 163.2286834716797,
294
+ "learning_rate": 4.235171696149844e-05,
295
+ "loss": 0.7918,
296
+ "step": 1025
297
+ },
298
+ {
299
+ "epoch": 0.7373595505617978,
300
+ "grad_norm": 0.30899184942245483,
301
+ "learning_rate": 4.202653485952133e-05,
302
+ "loss": 0.5819,
303
+ "step": 1050
304
+ },
305
+ {
306
+ "epoch": 0.7549157303370787,
307
+ "grad_norm": 2.51499342918396,
308
+ "learning_rate": 4.1701352757544224e-05,
309
+ "loss": 0.7124,
310
+ "step": 1075
311
+ },
312
+ {
313
+ "epoch": 0.7724719101123596,
314
+ "grad_norm": 27.783517837524414,
315
+ "learning_rate": 4.137617065556712e-05,
316
+ "loss": 0.4374,
317
+ "step": 1100
318
+ },
319
+ {
320
+ "epoch": 0.7900280898876404,
321
+ "grad_norm": 53.92084884643555,
322
+ "learning_rate": 4.1050988553590015e-05,
323
+ "loss": 0.3742,
324
+ "step": 1125
325
+ },
326
+ {
327
+ "epoch": 0.8075842696629213,
328
+ "grad_norm": 4.004390716552734,
329
+ "learning_rate": 4.072580645161291e-05,
330
+ "loss": 0.6952,
331
+ "step": 1150
332
+ },
333
+ {
334
+ "epoch": 0.8251404494382022,
335
+ "grad_norm": 21.593162536621094,
336
+ "learning_rate": 4.040062434963579e-05,
337
+ "loss": 0.365,
338
+ "step": 1175
339
+ },
340
+ {
341
+ "epoch": 0.8426966292134831,
342
+ "grad_norm": 4.670670509338379,
343
+ "learning_rate": 4.007544224765869e-05,
344
+ "loss": 0.2934,
345
+ "step": 1200
346
+ },
347
+ {
348
+ "epoch": 0.860252808988764,
349
+ "grad_norm": 18.557373046875,
350
+ "learning_rate": 3.9750260145681585e-05,
351
+ "loss": 0.5487,
352
+ "step": 1225
353
+ },
354
+ {
355
+ "epoch": 0.8778089887640449,
356
+ "grad_norm": 45.69279479980469,
357
+ "learning_rate": 3.942507804370448e-05,
358
+ "loss": 0.7667,
359
+ "step": 1250
360
+ },
361
+ {
362
+ "epoch": 0.8953651685393258,
363
+ "grad_norm": 115.01453399658203,
364
+ "learning_rate": 3.909989594172737e-05,
365
+ "loss": 0.7059,
366
+ "step": 1275
367
+ },
368
+ {
369
+ "epoch": 0.9129213483146067,
370
+ "grad_norm": 33.03873825073242,
371
+ "learning_rate": 3.877471383975026e-05,
372
+ "loss": 0.8485,
373
+ "step": 1300
374
+ },
375
+ {
376
+ "epoch": 0.9304775280898876,
377
+ "grad_norm": 14.514985084533691,
378
+ "learning_rate": 3.8449531737773154e-05,
379
+ "loss": 0.571,
380
+ "step": 1325
381
+ },
382
+ {
383
+ "epoch": 0.9480337078651685,
384
+ "grad_norm": 15.848938941955566,
385
+ "learning_rate": 3.8124349635796047e-05,
386
+ "loss": 0.4613,
387
+ "step": 1350
388
+ },
389
+ {
390
+ "epoch": 0.9655898876404494,
391
+ "grad_norm": 9.903932571411133,
392
+ "learning_rate": 3.779916753381894e-05,
393
+ "loss": 0.5297,
394
+ "step": 1375
395
+ },
396
+ {
397
+ "epoch": 0.9831460674157303,
398
+ "grad_norm": 0.5407254695892334,
399
+ "learning_rate": 3.747398543184184e-05,
400
+ "loss": 0.5063,
401
+ "step": 1400
402
+ },
403
+ {
404
+ "epoch": 1.0,
405
+ "eval_accuracy": 0.8672286617492097,
406
+ "eval_f1_macro": 0.39173156656801417,
407
+ "eval_f1_micro": 0.8672286617492097,
408
+ "eval_f1_weighted": 0.8642044037651806,
409
+ "eval_loss": 0.42791736125946045,
410
+ "eval_precision_macro": 0.3952455698245066,
411
+ "eval_precision_micro": 0.8672286617492097,
412
+ "eval_precision_weighted": 0.8846072086554072,
413
+ "eval_recall_macro": 0.41055025157749075,
414
+ "eval_recall_micro": 0.8672286617492097,
415
+ "eval_recall_weighted": 0.8672286617492097,
416
+ "eval_runtime": 305.1224,
417
+ "eval_samples_per_second": 9.331,
418
+ "eval_steps_per_second": 0.583,
419
+ "step": 1424
420
+ },
421
+ {
422
+ "epoch": 1.0007022471910112,
423
+ "grad_norm": 5.628513813018799,
424
+ "learning_rate": 3.714880332986473e-05,
425
+ "loss": 0.4114,
426
+ "step": 1425
427
+ },
428
+ {
429
+ "epoch": 1.0182584269662922,
430
+ "grad_norm": 0.1851166933774948,
431
+ "learning_rate": 3.6823621227887616e-05,
432
+ "loss": 0.3392,
433
+ "step": 1450
434
+ },
435
+ {
436
+ "epoch": 1.035814606741573,
437
+ "grad_norm": 38.67854690551758,
438
+ "learning_rate": 3.65114464099896e-05,
439
+ "loss": 0.386,
440
+ "step": 1475
441
+ },
442
+ {
443
+ "epoch": 1.053370786516854,
444
+ "grad_norm": 23.285263061523438,
445
+ "learning_rate": 3.618626430801249e-05,
446
+ "loss": 0.4073,
447
+ "step": 1500
448
+ },
449
+ {
450
+ "epoch": 1.0709269662921348,
451
+ "grad_norm": 1.340030550956726,
452
+ "learning_rate": 3.5861082206035376e-05,
453
+ "loss": 0.4067,
454
+ "step": 1525
455
+ },
456
+ {
457
+ "epoch": 1.0884831460674158,
458
+ "grad_norm": 5.264111042022705,
459
+ "learning_rate": 3.5535900104058275e-05,
460
+ "loss": 0.4098,
461
+ "step": 1550
462
+ },
463
+ {
464
+ "epoch": 1.1060393258426966,
465
+ "grad_norm": 23.070083618164062,
466
+ "learning_rate": 3.521071800208117e-05,
467
+ "loss": 0.3824,
468
+ "step": 1575
469
+ },
470
+ {
471
+ "epoch": 1.1235955056179776,
472
+ "grad_norm": 1.6395037174224854,
473
+ "learning_rate": 3.488553590010406e-05,
474
+ "loss": 0.4457,
475
+ "step": 1600
476
+ },
477
+ {
478
+ "epoch": 1.1411516853932584,
479
+ "grad_norm": 36.9826774597168,
480
+ "learning_rate": 3.456035379812695e-05,
481
+ "loss": 0.3469,
482
+ "step": 1625
483
+ },
484
+ {
485
+ "epoch": 1.1587078651685394,
486
+ "grad_norm": 4.204775333404541,
487
+ "learning_rate": 3.423517169614985e-05,
488
+ "loss": 0.4349,
489
+ "step": 1650
490
+ },
491
+ {
492
+ "epoch": 1.1762640449438202,
493
+ "grad_norm": 45.272926330566406,
494
+ "learning_rate": 3.390998959417274e-05,
495
+ "loss": 0.3978,
496
+ "step": 1675
497
+ },
498
+ {
499
+ "epoch": 1.1938202247191012,
500
+ "grad_norm": 0.915517270565033,
501
+ "learning_rate": 3.358480749219563e-05,
502
+ "loss": 0.4463,
503
+ "step": 1700
504
+ },
505
+ {
506
+ "epoch": 1.211376404494382,
507
+ "grad_norm": 1.780409336090088,
508
+ "learning_rate": 3.325962539021852e-05,
509
+ "loss": 0.4707,
510
+ "step": 1725
511
+ },
512
+ {
513
+ "epoch": 1.228932584269663,
514
+ "grad_norm": 2.592899799346924,
515
+ "learning_rate": 3.293444328824142e-05,
516
+ "loss": 0.3541,
517
+ "step": 1750
518
+ },
519
+ {
520
+ "epoch": 1.2464887640449438,
521
+ "grad_norm": 8.29692554473877,
522
+ "learning_rate": 3.260926118626431e-05,
523
+ "loss": 0.5227,
524
+ "step": 1775
525
+ },
526
+ {
527
+ "epoch": 1.2640449438202248,
528
+ "grad_norm": 3.768015146255493,
529
+ "learning_rate": 3.22840790842872e-05,
530
+ "loss": 0.2983,
531
+ "step": 1800
532
+ },
533
+ {
534
+ "epoch": 1.2816011235955056,
535
+ "grad_norm": 23.4680233001709,
536
+ "learning_rate": 3.195889698231009e-05,
537
+ "loss": 0.6556,
538
+ "step": 1825
539
+ },
540
+ {
541
+ "epoch": 1.2991573033707864,
542
+ "grad_norm": 25.872844696044922,
543
+ "learning_rate": 3.163371488033299e-05,
544
+ "loss": 0.3711,
545
+ "step": 1850
546
+ },
547
+ {
548
+ "epoch": 1.3167134831460674,
549
+ "grad_norm": 48.59894561767578,
550
+ "learning_rate": 3.130853277835588e-05,
551
+ "loss": 0.5387,
552
+ "step": 1875
553
+ },
554
+ {
555
+ "epoch": 1.3342696629213484,
556
+ "grad_norm": 8.37211799621582,
557
+ "learning_rate": 3.0983350676378775e-05,
558
+ "loss": 0.3919,
559
+ "step": 1900
560
+ },
561
+ {
562
+ "epoch": 1.3518258426966292,
563
+ "grad_norm": 4.695379734039307,
564
+ "learning_rate": 3.065816857440167e-05,
565
+ "loss": 0.3456,
566
+ "step": 1925
567
+ },
568
+ {
569
+ "epoch": 1.36938202247191,
570
+ "grad_norm": 1.2714042663574219,
571
+ "learning_rate": 3.0332986472424557e-05,
572
+ "loss": 0.2933,
573
+ "step": 1950
574
+ },
575
+ {
576
+ "epoch": 1.386938202247191,
577
+ "grad_norm": 17.301929473876953,
578
+ "learning_rate": 3.0007804370447452e-05,
579
+ "loss": 0.2552,
580
+ "step": 1975
581
+ },
582
+ {
583
+ "epoch": 1.404494382022472,
584
+ "grad_norm": 0.5129703879356384,
585
+ "learning_rate": 2.9682622268470345e-05,
586
+ "loss": 0.2173,
587
+ "step": 2000
588
+ },
589
+ {
590
+ "epoch": 1.4220505617977528,
591
+ "grad_norm": 48.075435638427734,
592
+ "learning_rate": 2.9357440166493237e-05,
593
+ "loss": 0.3967,
594
+ "step": 2025
595
+ },
596
+ {
597
+ "epoch": 1.4396067415730336,
598
+ "grad_norm": 0.33172833919525146,
599
+ "learning_rate": 2.9032258064516133e-05,
600
+ "loss": 0.4736,
601
+ "step": 2050
602
+ },
603
+ {
604
+ "epoch": 1.4571629213483146,
605
+ "grad_norm": 0.18778946995735168,
606
+ "learning_rate": 2.8707075962539022e-05,
607
+ "loss": 0.243,
608
+ "step": 2075
609
+ },
610
+ {
611
+ "epoch": 1.4747191011235956,
612
+ "grad_norm": 8.245080947875977,
613
+ "learning_rate": 2.8381893860561914e-05,
614
+ "loss": 0.2598,
615
+ "step": 2100
616
+ },
617
+ {
618
+ "epoch": 1.4922752808988764,
619
+ "grad_norm": 23.08641242980957,
620
+ "learning_rate": 2.8056711758584807e-05,
621
+ "loss": 0.4456,
622
+ "step": 2125
623
+ },
624
+ {
625
+ "epoch": 1.5098314606741572,
626
+ "grad_norm": 36.80413818359375,
627
+ "learning_rate": 2.7731529656607702e-05,
628
+ "loss": 0.4345,
629
+ "step": 2150
630
+ },
631
+ {
632
+ "epoch": 1.5273876404494382,
633
+ "grad_norm": 2.1705923080444336,
634
+ "learning_rate": 2.7406347554630595e-05,
635
+ "loss": 0.3668,
636
+ "step": 2175
637
+ },
638
+ {
639
+ "epoch": 1.5449438202247192,
640
+ "grad_norm": 0.3322332799434662,
641
+ "learning_rate": 2.708116545265349e-05,
642
+ "loss": 0.2902,
643
+ "step": 2200
644
+ },
645
+ {
646
+ "epoch": 1.5625,
647
+ "grad_norm": 0.01797402836382389,
648
+ "learning_rate": 2.675598335067638e-05,
649
+ "loss": 0.2279,
650
+ "step": 2225
651
+ },
652
+ {
653
+ "epoch": 1.5800561797752808,
654
+ "grad_norm": 0.06612106412649155,
655
+ "learning_rate": 2.6430801248699272e-05,
656
+ "loss": 0.3507,
657
+ "step": 2250
658
+ },
659
+ {
660
+ "epoch": 1.5976123595505618,
661
+ "grad_norm": 2.4665720462799072,
662
+ "learning_rate": 2.6105619146722164e-05,
663
+ "loss": 0.3281,
664
+ "step": 2275
665
+ },
666
+ {
667
+ "epoch": 1.6151685393258428,
668
+ "grad_norm": 0.3211938440799713,
669
+ "learning_rate": 2.578043704474506e-05,
670
+ "loss": 0.2798,
671
+ "step": 2300
672
+ },
673
+ {
674
+ "epoch": 1.6327247191011236,
675
+ "grad_norm": 28.933242797851562,
676
+ "learning_rate": 2.5455254942767953e-05,
677
+ "loss": 0.3681,
678
+ "step": 2325
679
+ },
680
+ {
681
+ "epoch": 1.6502808988764044,
682
+ "grad_norm": 14.026947021484375,
683
+ "learning_rate": 2.513007284079084e-05,
684
+ "loss": 0.3509,
685
+ "step": 2350
686
+ },
687
+ {
688
+ "epoch": 1.6678370786516854,
689
+ "grad_norm": 0.3984997570514679,
690
+ "learning_rate": 2.4804890738813737e-05,
691
+ "loss": 0.2291,
692
+ "step": 2375
693
+ },
694
+ {
695
+ "epoch": 1.6853932584269664,
696
+ "grad_norm": 0.042692411690950394,
697
+ "learning_rate": 2.447970863683663e-05,
698
+ "loss": 0.3134,
699
+ "step": 2400
700
+ },
701
+ {
702
+ "epoch": 1.7029494382022472,
703
+ "grad_norm": 0.6199696063995361,
704
+ "learning_rate": 2.4154526534859522e-05,
705
+ "loss": 0.1636,
706
+ "step": 2425
707
+ },
708
+ {
709
+ "epoch": 1.720505617977528,
710
+ "grad_norm": 29.01231575012207,
711
+ "learning_rate": 2.3829344432882414e-05,
712
+ "loss": 0.4575,
713
+ "step": 2450
714
+ },
715
+ {
716
+ "epoch": 1.738061797752809,
717
+ "grad_norm": 0.06194797903299332,
718
+ "learning_rate": 2.3504162330905307e-05,
719
+ "loss": 0.2346,
720
+ "step": 2475
721
+ },
722
+ {
723
+ "epoch": 1.75561797752809,
724
+ "grad_norm": 5.528661251068115,
725
+ "learning_rate": 2.3178980228928203e-05,
726
+ "loss": 0.2984,
727
+ "step": 2500
728
+ },
729
+ {
730
+ "epoch": 1.7731741573033708,
731
+ "grad_norm": 0.022516461089253426,
732
+ "learning_rate": 2.285379812695109e-05,
733
+ "loss": 0.1701,
734
+ "step": 2525
735
+ },
736
+ {
737
+ "epoch": 1.7907303370786516,
738
+ "grad_norm": 0.10887257009744644,
739
+ "learning_rate": 2.2528616024973987e-05,
740
+ "loss": 0.1982,
741
+ "step": 2550
742
+ },
743
+ {
744
+ "epoch": 1.8082865168539326,
745
+ "grad_norm": 5.863889694213867,
746
+ "learning_rate": 2.220343392299688e-05,
747
+ "loss": 0.2044,
748
+ "step": 2575
749
+ },
750
+ {
751
+ "epoch": 1.8258426966292136,
752
+ "grad_norm": 22.965593338012695,
753
+ "learning_rate": 2.1878251821019772e-05,
754
+ "loss": 0.2176,
755
+ "step": 2600
756
+ },
757
+ {
758
+ "epoch": 1.8433988764044944,
759
+ "grad_norm": 1.1603304147720337,
760
+ "learning_rate": 2.1553069719042665e-05,
761
+ "loss": 0.2629,
762
+ "step": 2625
763
+ },
764
+ {
765
+ "epoch": 1.8609550561797752,
766
+ "grad_norm": 94.22467803955078,
767
+ "learning_rate": 2.122788761706556e-05,
768
+ "loss": 0.2317,
769
+ "step": 2650
770
+ },
771
+ {
772
+ "epoch": 1.8785112359550562,
773
+ "grad_norm": 88.58509063720703,
774
+ "learning_rate": 2.090270551508845e-05,
775
+ "loss": 0.3063,
776
+ "step": 2675
777
+ },
778
+ {
779
+ "epoch": 1.8960674157303372,
780
+ "grad_norm": 0.061591584235429764,
781
+ "learning_rate": 2.0577523413111345e-05,
782
+ "loss": 0.1056,
783
+ "step": 2700
784
+ },
785
+ {
786
+ "epoch": 1.913623595505618,
787
+ "grad_norm": 0.016784893348813057,
788
+ "learning_rate": 2.0252341311134237e-05,
789
+ "loss": 0.3275,
790
+ "step": 2725
791
+ },
792
+ {
793
+ "epoch": 1.9311797752808988,
794
+ "grad_norm": 0.08787299692630768,
795
+ "learning_rate": 1.992715920915713e-05,
796
+ "loss": 0.1606,
797
+ "step": 2750
798
+ },
799
+ {
800
+ "epoch": 1.9487359550561798,
801
+ "grad_norm": 17.29918098449707,
802
+ "learning_rate": 1.9601977107180022e-05,
803
+ "loss": 0.1864,
804
+ "step": 2775
805
+ },
806
+ {
807
+ "epoch": 1.9662921348314608,
808
+ "grad_norm": 0.06715293228626251,
809
+ "learning_rate": 1.9276795005202915e-05,
810
+ "loss": 0.2242,
811
+ "step": 2800
812
+ },
813
+ {
814
+ "epoch": 1.9838483146067416,
815
+ "grad_norm": 19.53911590576172,
816
+ "learning_rate": 1.8951612903225807e-05,
817
+ "loss": 0.2461,
818
+ "step": 2825
819
+ },
820
+ {
821
+ "epoch": 2.0,
822
+ "eval_accuracy": 0.9525816649104321,
823
+ "eval_f1_macro": 0.5638040591012018,
824
+ "eval_f1_micro": 0.9525816649104321,
825
+ "eval_f1_weighted": 0.9477276506866364,
826
+ "eval_loss": 0.23304341733455658,
827
+ "eval_precision_macro": 0.5866607806536552,
828
+ "eval_precision_micro": 0.9525816649104321,
829
+ "eval_precision_weighted": 0.9451448284466338,
830
+ "eval_recall_macro": 0.5565307246666726,
831
+ "eval_recall_micro": 0.9525816649104321,
832
+ "eval_recall_weighted": 0.9525816649104321,
833
+ "eval_runtime": 307.8773,
834
+ "eval_samples_per_second": 9.247,
835
+ "eval_steps_per_second": 0.578,
836
+ "step": 2848
837
+ },
838
+ {
839
+ "epoch": 2.0014044943820224,
840
+ "grad_norm": 0.06152953952550888,
841
+ "learning_rate": 1.86264308012487e-05,
842
+ "loss": 0.1596,
843
+ "step": 2850
844
+ },
845
+ {
846
+ "epoch": 2.018960674157303,
847
+ "grad_norm": 35.94683074951172,
848
+ "learning_rate": 1.8301248699271592e-05,
849
+ "loss": 0.1538,
850
+ "step": 2875
851
+ },
852
+ {
853
+ "epoch": 2.0365168539325844,
854
+ "grad_norm": 8.920159339904785,
855
+ "learning_rate": 1.7976066597294488e-05,
856
+ "loss": 0.26,
857
+ "step": 2900
858
+ },
859
+ {
860
+ "epoch": 2.054073033707865,
861
+ "grad_norm": 12.313779830932617,
862
+ "learning_rate": 1.765088449531738e-05,
863
+ "loss": 0.2101,
864
+ "step": 2925
865
+ },
866
+ {
867
+ "epoch": 2.071629213483146,
868
+ "grad_norm": 0.3984639346599579,
869
+ "learning_rate": 1.7325702393340272e-05,
870
+ "loss": 0.0441,
871
+ "step": 2950
872
+ },
873
+ {
874
+ "epoch": 2.089185393258427,
875
+ "grad_norm": 19.14760398864746,
876
+ "learning_rate": 1.7000520291363165e-05,
877
+ "loss": 0.2119,
878
+ "step": 2975
879
+ },
880
+ {
881
+ "epoch": 2.106741573033708,
882
+ "grad_norm": 28.54094123840332,
883
+ "learning_rate": 1.6675338189386057e-05,
884
+ "loss": 0.3158,
885
+ "step": 3000
886
+ },
887
+ {
888
+ "epoch": 2.124297752808989,
889
+ "grad_norm": 0.06162691116333008,
890
+ "learning_rate": 1.635015608740895e-05,
891
+ "loss": 0.2421,
892
+ "step": 3025
893
+ },
894
+ {
895
+ "epoch": 2.1418539325842696,
896
+ "grad_norm": 4.776229381561279,
897
+ "learning_rate": 1.6024973985431842e-05,
898
+ "loss": 0.1528,
899
+ "step": 3050
900
+ },
901
+ {
902
+ "epoch": 2.1594101123595504,
903
+ "grad_norm": 15.048027992248535,
904
+ "learning_rate": 1.5699791883454734e-05,
905
+ "loss": 0.0803,
906
+ "step": 3075
907
+ },
908
+ {
909
+ "epoch": 2.1769662921348316,
910
+ "grad_norm": 0.01680239848792553,
911
+ "learning_rate": 1.5374609781477627e-05,
912
+ "loss": 0.0592,
913
+ "step": 3100
914
+ },
915
+ {
916
+ "epoch": 2.1945224719101124,
917
+ "grad_norm": 5.08790397644043,
918
+ "learning_rate": 1.5049427679500522e-05,
919
+ "loss": 0.1673,
920
+ "step": 3125
921
+ },
922
+ {
923
+ "epoch": 2.212078651685393,
924
+ "grad_norm": 0.014381933026015759,
925
+ "learning_rate": 1.4724245577523413e-05,
926
+ "loss": 0.15,
927
+ "step": 3150
928
+ },
929
+ {
930
+ "epoch": 2.229634831460674,
931
+ "grad_norm": 0.036015789955854416,
932
+ "learning_rate": 1.4399063475546307e-05,
933
+ "loss": 0.0784,
934
+ "step": 3175
935
+ },
936
+ {
937
+ "epoch": 2.247191011235955,
938
+ "grad_norm": 0.25334903597831726,
939
+ "learning_rate": 1.4073881373569201e-05,
940
+ "loss": 0.2201,
941
+ "step": 3200
942
+ },
943
+ {
944
+ "epoch": 2.264747191011236,
945
+ "grad_norm": 0.04687151685357094,
946
+ "learning_rate": 1.3748699271592092e-05,
947
+ "loss": 0.1387,
948
+ "step": 3225
949
+ },
950
+ {
951
+ "epoch": 2.282303370786517,
952
+ "grad_norm": 0.015004009008407593,
953
+ "learning_rate": 1.3423517169614986e-05,
954
+ "loss": 0.2383,
955
+ "step": 3250
956
+ },
957
+ {
958
+ "epoch": 2.2998595505617976,
959
+ "grad_norm": 0.027077874168753624,
960
+ "learning_rate": 1.3098335067637878e-05,
961
+ "loss": 0.0806,
962
+ "step": 3275
963
+ },
964
+ {
965
+ "epoch": 2.317415730337079,
966
+ "grad_norm": 3.859339714050293,
967
+ "learning_rate": 1.277315296566077e-05,
968
+ "loss": 0.2287,
969
+ "step": 3300
970
+ },
971
+ {
972
+ "epoch": 2.3349719101123596,
973
+ "grad_norm": 0.00701533816754818,
974
+ "learning_rate": 1.2447970863683663e-05,
975
+ "loss": 0.1842,
976
+ "step": 3325
977
+ },
978
+ {
979
+ "epoch": 2.3525280898876404,
980
+ "grad_norm": 0.05476459860801697,
981
+ "learning_rate": 1.2122788761706557e-05,
982
+ "loss": 0.1219,
983
+ "step": 3350
984
+ },
985
+ {
986
+ "epoch": 2.370084269662921,
987
+ "grad_norm": 10.582536697387695,
988
+ "learning_rate": 1.179760665972945e-05,
989
+ "loss": 0.1652,
990
+ "step": 3375
991
+ },
992
+ {
993
+ "epoch": 2.3876404494382024,
994
+ "grad_norm": 6.6982598304748535,
995
+ "learning_rate": 1.1472424557752342e-05,
996
+ "loss": 0.0834,
997
+ "step": 3400
998
+ },
999
+ {
1000
+ "epoch": 2.405196629213483,
1001
+ "grad_norm": 1.1341116428375244,
1002
+ "learning_rate": 1.1147242455775234e-05,
1003
+ "loss": 0.2628,
1004
+ "step": 3425
1005
+ },
1006
+ {
1007
+ "epoch": 2.422752808988764,
1008
+ "grad_norm": 0.013976281508803368,
1009
+ "learning_rate": 1.0822060353798127e-05,
1010
+ "loss": 0.1003,
1011
+ "step": 3450
1012
+ },
1013
+ {
1014
+ "epoch": 2.440308988764045,
1015
+ "grad_norm": 54.462608337402344,
1016
+ "learning_rate": 1.0496878251821019e-05,
1017
+ "loss": 0.1237,
1018
+ "step": 3475
1019
+ },
1020
+ {
1021
+ "epoch": 2.457865168539326,
1022
+ "grad_norm": 6.74662971496582,
1023
+ "learning_rate": 1.0171696149843913e-05,
1024
+ "loss": 0.1257,
1025
+ "step": 3500
1026
+ },
1027
+ {
1028
+ "epoch": 2.475421348314607,
1029
+ "grad_norm": 0.050433021038770676,
1030
+ "learning_rate": 9.846514047866806e-06,
1031
+ "loss": 0.1494,
1032
+ "step": 3525
1033
+ },
1034
+ {
1035
+ "epoch": 2.4929775280898876,
1036
+ "grad_norm": 0.013178324326872826,
1037
+ "learning_rate": 9.521331945889698e-06,
1038
+ "loss": 0.1797,
1039
+ "step": 3550
1040
+ },
1041
+ {
1042
+ "epoch": 2.5105337078651684,
1043
+ "grad_norm": 0.04092850908637047,
1044
+ "learning_rate": 9.19614984391259e-06,
1045
+ "loss": 0.2765,
1046
+ "step": 3575
1047
+ },
1048
+ {
1049
+ "epoch": 2.5280898876404496,
1050
+ "grad_norm": 21.01885414123535,
1051
+ "learning_rate": 8.870967741935484e-06,
1052
+ "loss": 0.2107,
1053
+ "step": 3600
1054
+ },
1055
+ {
1056
+ "epoch": 2.5456460674157304,
1057
+ "grad_norm": 7.4579997062683105,
1058
+ "learning_rate": 8.545785639958377e-06,
1059
+ "loss": 0.2029,
1060
+ "step": 3625
1061
+ },
1062
+ {
1063
+ "epoch": 2.563202247191011,
1064
+ "grad_norm": 0.04982079565525055,
1065
+ "learning_rate": 8.22060353798127e-06,
1066
+ "loss": 0.1373,
1067
+ "step": 3650
1068
+ },
1069
+ {
1070
+ "epoch": 2.580758426966292,
1071
+ "grad_norm": 0.033542681485414505,
1072
+ "learning_rate": 7.895421436004163e-06,
1073
+ "loss": 0.2837,
1074
+ "step": 3675
1075
+ },
1076
+ {
1077
+ "epoch": 2.5983146067415728,
1078
+ "grad_norm": 0.010033758357167244,
1079
+ "learning_rate": 7.570239334027056e-06,
1080
+ "loss": 0.0557,
1081
+ "step": 3700
1082
+ },
1083
+ {
1084
+ "epoch": 2.615870786516854,
1085
+ "grad_norm": 13.881911277770996,
1086
+ "learning_rate": 7.245057232049948e-06,
1087
+ "loss": 0.1513,
1088
+ "step": 3725
1089
+ },
1090
+ {
1091
+ "epoch": 2.633426966292135,
1092
+ "grad_norm": 0.040514521300792694,
1093
+ "learning_rate": 6.91987513007284e-06,
1094
+ "loss": 0.2899,
1095
+ "step": 3750
1096
+ },
1097
+ {
1098
+ "epoch": 2.6509831460674156,
1099
+ "grad_norm": 0.017260883003473282,
1100
+ "learning_rate": 6.5946930280957345e-06,
1101
+ "loss": 0.0614,
1102
+ "step": 3775
1103
+ },
1104
+ {
1105
+ "epoch": 2.668539325842697,
1106
+ "grad_norm": 2.554452419281006,
1107
+ "learning_rate": 6.269510926118627e-06,
1108
+ "loss": 0.0714,
1109
+ "step": 3800
1110
+ },
1111
+ {
1112
+ "epoch": 2.6860955056179776,
1113
+ "grad_norm": 4.296275615692139,
1114
+ "learning_rate": 5.944328824141519e-06,
1115
+ "loss": 0.1717,
1116
+ "step": 3825
1117
+ },
1118
+ {
1119
+ "epoch": 2.7036516853932584,
1120
+ "grad_norm": 10.5920991897583,
1121
+ "learning_rate": 5.6191467221644125e-06,
1122
+ "loss": 0.1186,
1123
+ "step": 3850
1124
+ },
1125
+ {
1126
+ "epoch": 2.721207865168539,
1127
+ "grad_norm": 0.007871459238231182,
1128
+ "learning_rate": 5.293964620187305e-06,
1129
+ "loss": 0.164,
1130
+ "step": 3875
1131
+ },
1132
+ {
1133
+ "epoch": 2.73876404494382,
1134
+ "grad_norm": 0.1039140522480011,
1135
+ "learning_rate": 4.968782518210198e-06,
1136
+ "loss": 0.0116,
1137
+ "step": 3900
1138
+ },
1139
+ {
1140
+ "epoch": 2.756320224719101,
1141
+ "grad_norm": 0.010159538127481937,
1142
+ "learning_rate": 4.643600416233091e-06,
1143
+ "loss": 0.0667,
1144
+ "step": 3925
1145
+ },
1146
+ {
1147
+ "epoch": 2.773876404494382,
1148
+ "grad_norm": 0.015021737664937973,
1149
+ "learning_rate": 4.318418314255984e-06,
1150
+ "loss": 0.1262,
1151
+ "step": 3950
1152
+ },
1153
+ {
1154
+ "epoch": 2.791432584269663,
1155
+ "grad_norm": 0.009528973139822483,
1156
+ "learning_rate": 3.993236212278877e-06,
1157
+ "loss": 0.1403,
1158
+ "step": 3975
1159
+ },
1160
+ {
1161
+ "epoch": 2.808988764044944,
1162
+ "grad_norm": 0.32688748836517334,
1163
+ "learning_rate": 3.668054110301769e-06,
1164
+ "loss": 0.1795,
1165
+ "step": 4000
1166
+ },
1167
+ {
1168
+ "epoch": 2.826544943820225,
1169
+ "grad_norm": 0.021688124164938927,
1170
+ "learning_rate": 3.342872008324662e-06,
1171
+ "loss": 0.1127,
1172
+ "step": 4025
1173
+ },
1174
+ {
1175
+ "epoch": 2.8441011235955056,
1176
+ "grad_norm": 0.030653346329927444,
1177
+ "learning_rate": 3.017689906347555e-06,
1178
+ "loss": 0.1341,
1179
+ "step": 4050
1180
+ },
1181
+ {
1182
+ "epoch": 2.8616573033707864,
1183
+ "grad_norm": 0.0213681161403656,
1184
+ "learning_rate": 2.6925078043704477e-06,
1185
+ "loss": 0.1922,
1186
+ "step": 4075
1187
+ },
1188
+ {
1189
+ "epoch": 2.879213483146067,
1190
+ "grad_norm": 0.039987191557884216,
1191
+ "learning_rate": 2.3673257023933405e-06,
1192
+ "loss": 0.0696,
1193
+ "step": 4100
1194
+ },
1195
+ {
1196
+ "epoch": 2.8967696629213484,
1197
+ "grad_norm": 2.405183792114258,
1198
+ "learning_rate": 2.0421436004162333e-06,
1199
+ "loss": 0.2016,
1200
+ "step": 4125
1201
+ },
1202
+ {
1203
+ "epoch": 2.914325842696629,
1204
+ "grad_norm": 14.973130226135254,
1205
+ "learning_rate": 1.716961498439126e-06,
1206
+ "loss": 0.2583,
1207
+ "step": 4150
1208
+ },
1209
+ {
1210
+ "epoch": 2.93188202247191,
1211
+ "grad_norm": 0.013798320665955544,
1212
+ "learning_rate": 1.3917793964620187e-06,
1213
+ "loss": 0.092,
1214
+ "step": 4175
1215
+ },
1216
+ {
1217
+ "epoch": 2.949438202247191,
1218
+ "grad_norm": 0.055772531777620316,
1219
+ "learning_rate": 1.0665972944849116e-06,
1220
+ "loss": 0.1097,
1221
+ "step": 4200
1222
+ },
1223
+ {
1224
+ "epoch": 2.966994382022472,
1225
+ "grad_norm": 9.692510604858398,
1226
+ "learning_rate": 7.414151925078044e-07,
1227
+ "loss": 0.117,
1228
+ "step": 4225
1229
+ },
1230
+ {
1231
+ "epoch": 2.984550561797753,
1232
+ "grad_norm": 0.012657186016440392,
1233
+ "learning_rate": 4.1623309053069727e-07,
1234
+ "loss": 0.0464,
1235
+ "step": 4250
1236
+ },
1237
+ {
1238
+ "epoch": 3.0,
1239
+ "eval_accuracy": 0.9617140850017563,
1240
+ "eval_f1_macro": 0.6470233113292341,
1241
+ "eval_f1_micro": 0.9617140850017563,
1242
+ "eval_f1_weighted": 0.9597252404005653,
1243
+ "eval_loss": 0.16869813203811646,
1244
+ "eval_precision_macro": 0.6657138827178418,
1245
+ "eval_precision_micro": 0.9617140850017563,
1246
+ "eval_precision_weighted": 0.9600327052750102,
1247
+ "eval_recall_macro": 0.6540179851686874,
1248
+ "eval_recall_micro": 0.9617140850017563,
1249
+ "eval_recall_weighted": 0.9617140850017563,
1250
+ "eval_runtime": 301.0331,
1251
+ "eval_samples_per_second": 9.457,
1252
+ "eval_steps_per_second": 0.591,
1253
+ "step": 4272
1254
+ }
1255
+ ],
1256
+ "logging_steps": 25,
1257
+ "max_steps": 4272,
1258
+ "num_input_tokens_seen": 0,
1259
+ "num_train_epochs": 3,
1260
+ "save_steps": 500,
1261
+ "stateful_callbacks": {
1262
+ "EarlyStoppingCallback": {
1263
+ "args": {
1264
+ "early_stopping_patience": 5,
1265
+ "early_stopping_threshold": 0.01
1266
+ },
1267
+ "attributes": {
1268
+ "early_stopping_patience_counter": 0
1269
+ }
1270
+ },
1271
+ "TrainerControl": {
1272
+ "args": {
1273
+ "should_epoch_stop": false,
1274
+ "should_evaluate": false,
1275
+ "should_log": false,
1276
+ "should_save": true,
1277
+ "should_training_stop": true
1278
+ },
1279
+ "attributes": {}
1280
+ }
1281
+ },
1282
+ "total_flos": 3.1836675993421824e+16,
1283
+ "train_batch_size": 8,
1284
+ "trial_name": null,
1285
+ "trial_params": null
1286
+ }
checkpoint-4272/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5a0ffcbb8ccb0f6e985e63284c804f39336b5affd2ee721120447b8d48d938b
3
+ size 5432
config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/xlm-roberta-large",
3
+ "_num_labels": 37,
4
+ "architectures": [
5
+ "XLMRobertaForSequenceClassification"
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": 1024,
14
+ "id2label": {
15
+ "0": "AGM Report",
16
+ "1": "Annual Report",
17
+ "2": "Board/Management Change",
18
+ "3": "Business and Financial Review",
19
+ "4": "Call Transcript",
20
+ "5": "Capital/Financing Update",
21
+ "6": "Company Presentation",
22
+ "7": "Corporate Governance Report",
23
+ "8": "Declaration of Voting Results & Voting Rights Announcements",
24
+ "9": "Delisting Announcement",
25
+ "10": "Directors' Dealings",
26
+ "11": "Earnings Release",
27
+ "12": "Fact Sheet",
28
+ "13": "Foreign Filer Report",
29
+ "14": "General Meeting Notice",
30
+ "15": "Inside Information Statement",
31
+ "16": "Interest Rate Update/Notice",
32
+ "17": "Interim Report",
33
+ "18": "Investment Company Reports",
34
+ "19": "Investor Presentation",
35
+ "20": "Legal Proceedings Report",
36
+ "21": "Major Shareholding Notification",
37
+ "22": "Management Discussion and Analysis",
38
+ "23": "Net Asset Value(s)",
39
+ "24": "Notice of Dividend Amount",
40
+ "25": "Prospectus",
41
+ "26": "Proxy Solicitation & Information Statements",
42
+ "27": "Quarterly Report",
43
+ "28": "Registration Form",
44
+ "29": "Regulatory News Service",
45
+ "30": "Related Party Transactions",
46
+ "31": "Remuneration Report",
47
+ "32": "Report Publication Announcement",
48
+ "33": "Share Issue/Capital Change",
49
+ "34": "Sustainability Report",
50
+ "35": "Takeover Announcement Report",
51
+ "36": "Transaction in Own Shares"
52
+ },
53
+ "initializer_range": 0.02,
54
+ "intermediate_size": 4096,
55
+ "label2id": {
56
+ "AGM Report": 0,
57
+ "Annual Report": 1,
58
+ "Board/Management Change": 2,
59
+ "Business and Financial Review": 3,
60
+ "Call Transcript": 4,
61
+ "Capital/Financing Update": 5,
62
+ "Company Presentation": 6,
63
+ "Corporate Governance Report": 7,
64
+ "Declaration of Voting Results & Voting Rights Announcements": 8,
65
+ "Delisting Announcement": 9,
66
+ "Directors' Dealings": 10,
67
+ "Earnings Release": 11,
68
+ "Fact Sheet": 12,
69
+ "Foreign Filer Report": 13,
70
+ "General Meeting Notice": 14,
71
+ "Inside Information Statement": 15,
72
+ "Interest Rate Update/Notice": 16,
73
+ "Interim Report": 17,
74
+ "Investment Company Reports": 18,
75
+ "Investor Presentation": 19,
76
+ "Legal Proceedings Report": 20,
77
+ "Major Shareholding Notification": 21,
78
+ "Management Discussion and Analysis": 22,
79
+ "Net Asset Value(s)": 23,
80
+ "Notice of Dividend Amount": 24,
81
+ "Prospectus": 25,
82
+ "Proxy Solicitation & Information Statements": 26,
83
+ "Quarterly Report": 27,
84
+ "Registration Form": 28,
85
+ "Regulatory News Service": 29,
86
+ "Related Party Transactions": 30,
87
+ "Remuneration Report": 31,
88
+ "Report Publication Announcement": 32,
89
+ "Share Issue/Capital Change": 33,
90
+ "Sustainability Report": 34,
91
+ "Takeover Announcement Report": 35,
92
+ "Transaction in Own Shares": 36
93
+ },
94
+ "layer_norm_eps": 1e-05,
95
+ "max_position_embeddings": 514,
96
+ "model_type": "xlm-roberta",
97
+ "num_attention_heads": 16,
98
+ "num_hidden_layers": 24,
99
+ "output_past": true,
100
+ "pad_token_id": 1,
101
+ "position_embedding_type": "absolute",
102
+ "problem_type": "single_label_classification",
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.48.0",
105
+ "type_vocab_size": 1,
106
+ "use_cache": true,
107
+ "vocab_size": 250002
108
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907ef0f2b508c51374dacf50d5325a73e0737e18497a889459b943045a78faa1
3
+ size 2239762172
runs/Apr05_06-02-04_r-financialreports-filing-type-classification-olsmkd9-95a9b-9gd/events.out.tfevents.1743832927.r-financialreports-filing-type-classification-olsmkd9-95a9b-9gd.102.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61231fee841155616d2166832c915207dab628dc1c336467b0105883c079205d
3
- size 44783
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f627e80792f61779ae1f4fcc5f7d379a547809b4593f4cf126a6788f1279b3
3
+ size 46603
runs/Apr05_06-02-04_r-financialreports-filing-type-classification-olsmkd9-95a9b-9gd/events.out.tfevents.1743840129.r-financialreports-filing-type-classification-olsmkd9-95a9b-9gd.102.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e429ee7bf1ff905c037ec6f7e271c246f9b373d6b16410b80d3aba10ed351475
3
+ size 921
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ffb37461c391f096759f4a9bbbc329da0f36952f88bab061fcf84940c022e98
3
+ size 17082999
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 512,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5a0ffcbb8ccb0f6e985e63284c804f39336b5affd2ee721120447b8d48d938b
3
+ size 5432
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "filing-classification-xlmr-2/autotrain-data",
3
+ "model": "FacebookAI/xlm-roberta-large",
4
+ "lr": 5e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 512,
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": "filing-classification-xlmr-2",
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": "silashundhausen",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }