sagarpatelcompstak commited on
Commit
16f5acc
·
verified ·
1 Parent(s): 0219167

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - image-classification
6
+ base_model: google/vit-large-patch16-224
7
+ widget:
8
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
9
+ example_title: Tiger
10
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
11
+ example_title: Teapot
12
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
13
+ example_title: Palace
14
+ ---
15
+
16
+ # Model Trained Using AutoTrain
17
+
18
+ - Problem type: Image Classification
19
+
20
+ ## Validation Metrics
21
+ loss: 0.26649972796440125
22
+
23
+ f1_macro: 0.7242775388539527
24
+
25
+ f1_micro: 0.9289805269186713
26
+
27
+ f1_weighted: 0.9228868300266074
28
+
29
+ precision_macro: 0.8358131483686612
30
+
31
+ precision_micro: 0.9289805269186713
32
+
33
+ precision_weighted: 0.9228054152229083
34
+
35
+ recall_macro: 0.687057008455895
36
+
37
+ recall_micro: 0.9289805269186713
38
+
39
+ recall_weighted: 0.9289805269186713
40
+
41
+ accuracy: 0.9289805269186713
checkpoint-7857/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-patch16-224",
3
+ "_num_labels": 12,
4
+ "architectures": [
5
+ "ViTForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "encoder_stride": 16,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "Appraisal Report",
14
+ "1": "Block",
15
+ "2": "Columns",
16
+ "3": "Commision Form",
17
+ "4": "Don't Know",
18
+ "5": "Free Text",
19
+ "6": "Lease Agreement",
20
+ "7": "MLS",
21
+ "8": "Offering Memo",
22
+ "9": "Profile",
23
+ "10": "Rent Roll",
24
+ "11": "Table"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 4096,
29
+ "label2id": {
30
+ "Appraisal Report": 0,
31
+ "Block": 1,
32
+ "Columns": 2,
33
+ "Commision Form": 3,
34
+ "Don't Know": 4,
35
+ "Free Text": 5,
36
+ "Lease Agreement": 6,
37
+ "MLS": 7,
38
+ "Offering Memo": 8,
39
+ "Profile": 9,
40
+ "Rent Roll": 10,
41
+ "Table": 11
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "model_type": "vit",
45
+ "num_attention_heads": 16,
46
+ "num_channels": 3,
47
+ "num_hidden_layers": 24,
48
+ "patch_size": 16,
49
+ "problem_type": "single_label_classification",
50
+ "qkv_bias": true,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.45.0"
53
+ }
checkpoint-7857/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c641672cca7a15506444b1078bebc55c22172c08672245031cc1dac7853f7d1
3
+ size 1213302272
checkpoint-7857/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efd44d0ed14305f4442cbfde9dbedcbace5b24bce3683fe6f9493f88b3a7771
3
+ size 2426839466
checkpoint-7857/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21fd53b232e031827f43ddc992285b1dcb79643f8cc3a7b947cb55e3049ed3c7
3
+ size 14244
checkpoint-7857/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc308bdcf975b3cdf3d214a07ef5122877a0a2cf831d87903707e21fb33c2547
3
+ size 1064
checkpoint-7857/trainer_state.json ADDED
@@ -0,0 +1,2294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.26649972796440125,
3
+ "best_model_checkpoint": "classify-google-basic-3/checkpoint-7857",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 7857,
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.009545628102329133,
13
+ "grad_norm": 10.965401649475098,
14
+ "learning_rate": 1.4631043256997457e-06,
15
+ "loss": 2.2469,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.019091256204658267,
20
+ "grad_norm": 10.05473804473877,
21
+ "learning_rate": 3.053435114503817e-06,
22
+ "loss": 1.6956,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.0286368843069874,
27
+ "grad_norm": 16.2789306640625,
28
+ "learning_rate": 4.643765903307888e-06,
29
+ "loss": 1.2291,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.038182512409316534,
34
+ "grad_norm": 11.012917518615723,
35
+ "learning_rate": 6.2340966921119596e-06,
36
+ "loss": 1.1946,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.047728140511645666,
41
+ "grad_norm": 5.637146949768066,
42
+ "learning_rate": 7.824427480916032e-06,
43
+ "loss": 1.1144,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.0572737686139748,
48
+ "grad_norm": 13.986495971679688,
49
+ "learning_rate": 9.414758269720102e-06,
50
+ "loss": 0.9237,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.06681939671630394,
55
+ "grad_norm": 10.580368995666504,
56
+ "learning_rate": 1.1005089058524173e-05,
57
+ "loss": 0.9343,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.07636502481863307,
62
+ "grad_norm": 18.909542083740234,
63
+ "learning_rate": 1.2595419847328243e-05,
64
+ "loss": 0.7544,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.0859106529209622,
69
+ "grad_norm": 9.856317520141602,
70
+ "learning_rate": 1.4185750636132317e-05,
71
+ "loss": 0.7901,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.09545628102329133,
76
+ "grad_norm": 11.235512733459473,
77
+ "learning_rate": 1.5776081424936386e-05,
78
+ "loss": 0.7968,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.10500190912562046,
83
+ "grad_norm": 11.741060256958008,
84
+ "learning_rate": 1.736641221374046e-05,
85
+ "loss": 0.8511,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.1145475372279496,
90
+ "grad_norm": 10.903525352478027,
91
+ "learning_rate": 1.895674300254453e-05,
92
+ "loss": 0.5989,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.12409316533027873,
97
+ "grad_norm": 18.30093002319336,
98
+ "learning_rate": 2.05470737913486e-05,
99
+ "loss": 0.862,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.13363879343260787,
104
+ "grad_norm": 14.775749206542969,
105
+ "learning_rate": 2.2137404580152673e-05,
106
+ "loss": 0.8368,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.143184421534937,
111
+ "grad_norm": 13.009576797485352,
112
+ "learning_rate": 2.3727735368956743e-05,
113
+ "loss": 0.7068,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.15273004963726614,
118
+ "grad_norm": 10.315067291259766,
119
+ "learning_rate": 2.5318066157760816e-05,
120
+ "loss": 0.6387,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.16227567773959525,
125
+ "grad_norm": 9.280678749084473,
126
+ "learning_rate": 2.6908396946564886e-05,
127
+ "loss": 0.6895,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.1718213058419244,
132
+ "grad_norm": 11.16199016571045,
133
+ "learning_rate": 2.849872773536896e-05,
134
+ "loss": 0.7864,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.18136693394425354,
139
+ "grad_norm": 13.201117515563965,
140
+ "learning_rate": 3.008905852417303e-05,
141
+ "loss": 0.7781,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.19091256204658266,
146
+ "grad_norm": 0.5530382394790649,
147
+ "learning_rate": 3.16793893129771e-05,
148
+ "loss": 0.6258,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.2004581901489118,
153
+ "grad_norm": 11.698955535888672,
154
+ "learning_rate": 3.326972010178117e-05,
155
+ "loss": 0.7465,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.21000381825124093,
160
+ "grad_norm": 11.760673522949219,
161
+ "learning_rate": 3.4860050890585245e-05,
162
+ "loss": 0.96,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.21954944635357007,
167
+ "grad_norm": 9.295748710632324,
168
+ "learning_rate": 3.645038167938932e-05,
169
+ "loss": 0.6984,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.2290950744558992,
174
+ "grad_norm": 4.5281548500061035,
175
+ "learning_rate": 3.8040712468193385e-05,
176
+ "loss": 0.6741,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.23864070255822833,
181
+ "grad_norm": 5.818964004516602,
182
+ "learning_rate": 3.963104325699746e-05,
183
+ "loss": 0.7867,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.24818633066055745,
188
+ "grad_norm": 4.941270351409912,
189
+ "learning_rate": 4.122137404580153e-05,
190
+ "loss": 0.7967,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.25773195876288657,
195
+ "grad_norm": 1.6748733520507812,
196
+ "learning_rate": 4.28117048346056e-05,
197
+ "loss": 0.7384,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.26727758686521574,
202
+ "grad_norm": 4.042880535125732,
203
+ "learning_rate": 4.440203562340967e-05,
204
+ "loss": 0.8029,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 0.27682321496754486,
209
+ "grad_norm": 8.729666709899902,
210
+ "learning_rate": 4.5992366412213745e-05,
211
+ "loss": 0.6758,
212
+ "step": 725
213
+ },
214
+ {
215
+ "epoch": 0.286368843069874,
216
+ "grad_norm": 5.898663520812988,
217
+ "learning_rate": 4.758269720101781e-05,
218
+ "loss": 0.8116,
219
+ "step": 750
220
+ },
221
+ {
222
+ "epoch": 0.29591447117220315,
223
+ "grad_norm": 14.431380271911621,
224
+ "learning_rate": 4.9173027989821884e-05,
225
+ "loss": 0.7054,
226
+ "step": 775
227
+ },
228
+ {
229
+ "epoch": 0.30546009927453227,
230
+ "grad_norm": 9.767568588256836,
231
+ "learning_rate": 4.991514637250743e-05,
232
+ "loss": 0.6299,
233
+ "step": 800
234
+ },
235
+ {
236
+ "epoch": 0.3150057273768614,
237
+ "grad_norm": 2.037874698638916,
238
+ "learning_rate": 4.973836798189789e-05,
239
+ "loss": 0.574,
240
+ "step": 825
241
+ },
242
+ {
243
+ "epoch": 0.3245513554791905,
244
+ "grad_norm": 1.7174073457717896,
245
+ "learning_rate": 4.9561589591288364e-05,
246
+ "loss": 0.8259,
247
+ "step": 850
248
+ },
249
+ {
250
+ "epoch": 0.3340969835815197,
251
+ "grad_norm": 6.078500270843506,
252
+ "learning_rate": 4.9384811200678834e-05,
253
+ "loss": 0.5543,
254
+ "step": 875
255
+ },
256
+ {
257
+ "epoch": 0.3436426116838488,
258
+ "grad_norm": 6.436212062835693,
259
+ "learning_rate": 4.92080328100693e-05,
260
+ "loss": 0.6127,
261
+ "step": 900
262
+ },
263
+ {
264
+ "epoch": 0.3531882397861779,
265
+ "grad_norm": 10.703376770019531,
266
+ "learning_rate": 4.903125441945977e-05,
267
+ "loss": 0.5309,
268
+ "step": 925
269
+ },
270
+ {
271
+ "epoch": 0.3627338678885071,
272
+ "grad_norm": 4.9388651847839355,
273
+ "learning_rate": 4.885447602885024e-05,
274
+ "loss": 0.8011,
275
+ "step": 950
276
+ },
277
+ {
278
+ "epoch": 0.3722794959908362,
279
+ "grad_norm": 7.828670978546143,
280
+ "learning_rate": 4.86776976382407e-05,
281
+ "loss": 1.0022,
282
+ "step": 975
283
+ },
284
+ {
285
+ "epoch": 0.3818251240931653,
286
+ "grad_norm": 9.149444580078125,
287
+ "learning_rate": 4.8500919247631174e-05,
288
+ "loss": 0.6282,
289
+ "step": 1000
290
+ },
291
+ {
292
+ "epoch": 0.39137075219549444,
293
+ "grad_norm": 10.579568862915039,
294
+ "learning_rate": 4.832414085702164e-05,
295
+ "loss": 0.7651,
296
+ "step": 1025
297
+ },
298
+ {
299
+ "epoch": 0.4009163802978236,
300
+ "grad_norm": 5.5516815185546875,
301
+ "learning_rate": 4.814736246641211e-05,
302
+ "loss": 0.7698,
303
+ "step": 1050
304
+ },
305
+ {
306
+ "epoch": 0.41046200840015273,
307
+ "grad_norm": 9.71567153930664,
308
+ "learning_rate": 4.797058407580258e-05,
309
+ "loss": 0.626,
310
+ "step": 1075
311
+ },
312
+ {
313
+ "epoch": 0.42000763650248185,
314
+ "grad_norm": 8.423727989196777,
315
+ "learning_rate": 4.779380568519304e-05,
316
+ "loss": 0.6038,
317
+ "step": 1100
318
+ },
319
+ {
320
+ "epoch": 0.42955326460481097,
321
+ "grad_norm": 17.86850357055664,
322
+ "learning_rate": 4.761702729458351e-05,
323
+ "loss": 0.8356,
324
+ "step": 1125
325
+ },
326
+ {
327
+ "epoch": 0.43909889270714014,
328
+ "grad_norm": 11.408333778381348,
329
+ "learning_rate": 4.744024890397398e-05,
330
+ "loss": 0.6385,
331
+ "step": 1150
332
+ },
333
+ {
334
+ "epoch": 0.44864452080946926,
335
+ "grad_norm": 9.420711517333984,
336
+ "learning_rate": 4.726347051336445e-05,
337
+ "loss": 0.5861,
338
+ "step": 1175
339
+ },
340
+ {
341
+ "epoch": 0.4581901489117984,
342
+ "grad_norm": 5.354550838470459,
343
+ "learning_rate": 4.708669212275492e-05,
344
+ "loss": 0.7066,
345
+ "step": 1200
346
+ },
347
+ {
348
+ "epoch": 0.46773577701412755,
349
+ "grad_norm": 8.641571998596191,
350
+ "learning_rate": 4.690991373214538e-05,
351
+ "loss": 0.5686,
352
+ "step": 1225
353
+ },
354
+ {
355
+ "epoch": 0.47728140511645667,
356
+ "grad_norm": 9.010872840881348,
357
+ "learning_rate": 4.673313534153586e-05,
358
+ "loss": 0.6195,
359
+ "step": 1250
360
+ },
361
+ {
362
+ "epoch": 0.4868270332187858,
363
+ "grad_norm": 2.913404941558838,
364
+ "learning_rate": 4.655635695092632e-05,
365
+ "loss": 0.7095,
366
+ "step": 1275
367
+ },
368
+ {
369
+ "epoch": 0.4963726613211149,
370
+ "grad_norm": 8.326951026916504,
371
+ "learning_rate": 4.6379578560316786e-05,
372
+ "loss": 0.6289,
373
+ "step": 1300
374
+ },
375
+ {
376
+ "epoch": 0.5059182894234441,
377
+ "grad_norm": 5.571317672729492,
378
+ "learning_rate": 4.6202800169707257e-05,
379
+ "loss": 0.6153,
380
+ "step": 1325
381
+ },
382
+ {
383
+ "epoch": 0.5154639175257731,
384
+ "grad_norm": 12.953869819641113,
385
+ "learning_rate": 4.602602177909773e-05,
386
+ "loss": 0.538,
387
+ "step": 1350
388
+ },
389
+ {
390
+ "epoch": 0.5250095456281023,
391
+ "grad_norm": 11.328479766845703,
392
+ "learning_rate": 4.58492433884882e-05,
393
+ "loss": 0.6928,
394
+ "step": 1375
395
+ },
396
+ {
397
+ "epoch": 0.5345551737304315,
398
+ "grad_norm": 7.584653854370117,
399
+ "learning_rate": 4.567246499787866e-05,
400
+ "loss": 0.6932,
401
+ "step": 1400
402
+ },
403
+ {
404
+ "epoch": 0.5441008018327605,
405
+ "grad_norm": 5.772885799407959,
406
+ "learning_rate": 4.5495686607269125e-05,
407
+ "loss": 0.7512,
408
+ "step": 1425
409
+ },
410
+ {
411
+ "epoch": 0.5536464299350897,
412
+ "grad_norm": 1.1656907796859741,
413
+ "learning_rate": 4.53189082166596e-05,
414
+ "loss": 0.5952,
415
+ "step": 1450
416
+ },
417
+ {
418
+ "epoch": 0.5631920580374189,
419
+ "grad_norm": 6.189632892608643,
420
+ "learning_rate": 4.5142129826050066e-05,
421
+ "loss": 0.5763,
422
+ "step": 1475
423
+ },
424
+ {
425
+ "epoch": 0.572737686139748,
426
+ "grad_norm": 5.039992332458496,
427
+ "learning_rate": 4.496535143544054e-05,
428
+ "loss": 0.6456,
429
+ "step": 1500
430
+ },
431
+ {
432
+ "epoch": 0.5822833142420771,
433
+ "grad_norm": 4.58499813079834,
434
+ "learning_rate": 4.4788573044831e-05,
435
+ "loss": 0.662,
436
+ "step": 1525
437
+ },
438
+ {
439
+ "epoch": 0.5918289423444063,
440
+ "grad_norm": 9.357542991638184,
441
+ "learning_rate": 4.461179465422147e-05,
442
+ "loss": 0.6355,
443
+ "step": 1550
444
+ },
445
+ {
446
+ "epoch": 0.6013745704467354,
447
+ "grad_norm": 4.846512794494629,
448
+ "learning_rate": 4.443501626361194e-05,
449
+ "loss": 0.5721,
450
+ "step": 1575
451
+ },
452
+ {
453
+ "epoch": 0.6109201985490645,
454
+ "grad_norm": 3.824963331222534,
455
+ "learning_rate": 4.4258237873002405e-05,
456
+ "loss": 0.611,
457
+ "step": 1600
458
+ },
459
+ {
460
+ "epoch": 0.6204658266513937,
461
+ "grad_norm": 7.103879928588867,
462
+ "learning_rate": 4.4081459482392876e-05,
463
+ "loss": 0.3302,
464
+ "step": 1625
465
+ },
466
+ {
467
+ "epoch": 0.6300114547537228,
468
+ "grad_norm": 4.977944374084473,
469
+ "learning_rate": 4.3904681091783346e-05,
470
+ "loss": 0.7139,
471
+ "step": 1650
472
+ },
473
+ {
474
+ "epoch": 0.639557082856052,
475
+ "grad_norm": 0.8024571537971497,
476
+ "learning_rate": 4.372790270117381e-05,
477
+ "loss": 0.6078,
478
+ "step": 1675
479
+ },
480
+ {
481
+ "epoch": 0.649102710958381,
482
+ "grad_norm": 3.4169600009918213,
483
+ "learning_rate": 4.355112431056428e-05,
484
+ "loss": 0.5165,
485
+ "step": 1700
486
+ },
487
+ {
488
+ "epoch": 0.6586483390607102,
489
+ "grad_norm": 7.830475330352783,
490
+ "learning_rate": 4.3374345919954744e-05,
491
+ "loss": 0.7304,
492
+ "step": 1725
493
+ },
494
+ {
495
+ "epoch": 0.6681939671630394,
496
+ "grad_norm": 6.655337810516357,
497
+ "learning_rate": 4.3197567529345215e-05,
498
+ "loss": 0.5174,
499
+ "step": 1750
500
+ },
501
+ {
502
+ "epoch": 0.6777395952653684,
503
+ "grad_norm": 3.1303579807281494,
504
+ "learning_rate": 4.3020789138735685e-05,
505
+ "loss": 0.6751,
506
+ "step": 1775
507
+ },
508
+ {
509
+ "epoch": 0.6872852233676976,
510
+ "grad_norm": 4.309839248657227,
511
+ "learning_rate": 4.284401074812615e-05,
512
+ "loss": 0.5188,
513
+ "step": 1800
514
+ },
515
+ {
516
+ "epoch": 0.6968308514700268,
517
+ "grad_norm": 4.880556583404541,
518
+ "learning_rate": 4.266723235751662e-05,
519
+ "loss": 0.5401,
520
+ "step": 1825
521
+ },
522
+ {
523
+ "epoch": 0.7063764795723558,
524
+ "grad_norm": 7.556941509246826,
525
+ "learning_rate": 4.249045396690709e-05,
526
+ "loss": 0.4667,
527
+ "step": 1850
528
+ },
529
+ {
530
+ "epoch": 0.715922107674685,
531
+ "grad_norm": 6.895393371582031,
532
+ "learning_rate": 4.2313675576297554e-05,
533
+ "loss": 0.7513,
534
+ "step": 1875
535
+ },
536
+ {
537
+ "epoch": 0.7254677357770142,
538
+ "grad_norm": 2.2813351154327393,
539
+ "learning_rate": 4.2136897185688025e-05,
540
+ "loss": 0.6731,
541
+ "step": 1900
542
+ },
543
+ {
544
+ "epoch": 0.7350133638793432,
545
+ "grad_norm": 8.803994178771973,
546
+ "learning_rate": 4.196011879507849e-05,
547
+ "loss": 0.5013,
548
+ "step": 1925
549
+ },
550
+ {
551
+ "epoch": 0.7445589919816724,
552
+ "grad_norm": 1.5111371278762817,
553
+ "learning_rate": 4.1783340404468966e-05,
554
+ "loss": 0.6204,
555
+ "step": 1950
556
+ },
557
+ {
558
+ "epoch": 0.7541046200840015,
559
+ "grad_norm": 5.194613933563232,
560
+ "learning_rate": 4.160656201385943e-05,
561
+ "loss": 0.5988,
562
+ "step": 1975
563
+ },
564
+ {
565
+ "epoch": 0.7636502481863306,
566
+ "grad_norm": 9.08621597290039,
567
+ "learning_rate": 4.142978362324989e-05,
568
+ "loss": 0.5617,
569
+ "step": 2000
570
+ },
571
+ {
572
+ "epoch": 0.7731958762886598,
573
+ "grad_norm": 9.078089714050293,
574
+ "learning_rate": 4.1253005232640364e-05,
575
+ "loss": 0.567,
576
+ "step": 2025
577
+ },
578
+ {
579
+ "epoch": 0.7827415043909889,
580
+ "grad_norm": 9.430150985717773,
581
+ "learning_rate": 4.107622684203083e-05,
582
+ "loss": 0.5309,
583
+ "step": 2050
584
+ },
585
+ {
586
+ "epoch": 0.7922871324933181,
587
+ "grad_norm": 4.572437286376953,
588
+ "learning_rate": 4.0899448451421305e-05,
589
+ "loss": 0.5597,
590
+ "step": 2075
591
+ },
592
+ {
593
+ "epoch": 0.8018327605956472,
594
+ "grad_norm": 5.556495189666748,
595
+ "learning_rate": 4.072267006081177e-05,
596
+ "loss": 0.5909,
597
+ "step": 2100
598
+ },
599
+ {
600
+ "epoch": 0.8113783886979763,
601
+ "grad_norm": 6.426826477050781,
602
+ "learning_rate": 4.054589167020223e-05,
603
+ "loss": 0.5907,
604
+ "step": 2125
605
+ },
606
+ {
607
+ "epoch": 0.8209240168003055,
608
+ "grad_norm": 5.4699530601501465,
609
+ "learning_rate": 4.03691132795927e-05,
610
+ "loss": 0.7061,
611
+ "step": 2150
612
+ },
613
+ {
614
+ "epoch": 0.8304696449026346,
615
+ "grad_norm": 3.550435781478882,
616
+ "learning_rate": 4.019233488898317e-05,
617
+ "loss": 0.6254,
618
+ "step": 2175
619
+ },
620
+ {
621
+ "epoch": 0.8400152730049637,
622
+ "grad_norm": 3.2830183506011963,
623
+ "learning_rate": 4.0015556498373644e-05,
624
+ "loss": 0.551,
625
+ "step": 2200
626
+ },
627
+ {
628
+ "epoch": 0.8495609011072929,
629
+ "grad_norm": 16.018274307250977,
630
+ "learning_rate": 3.983877810776411e-05,
631
+ "loss": 0.4898,
632
+ "step": 2225
633
+ },
634
+ {
635
+ "epoch": 0.8591065292096219,
636
+ "grad_norm": 1.2912545204162598,
637
+ "learning_rate": 3.966199971715457e-05,
638
+ "loss": 0.4058,
639
+ "step": 2250
640
+ },
641
+ {
642
+ "epoch": 0.8686521573119511,
643
+ "grad_norm": 6.0288896560668945,
644
+ "learning_rate": 3.948522132654505e-05,
645
+ "loss": 0.6408,
646
+ "step": 2275
647
+ },
648
+ {
649
+ "epoch": 0.8781977854142803,
650
+ "grad_norm": 3.8952457904815674,
651
+ "learning_rate": 3.930844293593551e-05,
652
+ "loss": 0.7051,
653
+ "step": 2300
654
+ },
655
+ {
656
+ "epoch": 0.8877434135166093,
657
+ "grad_norm": 0.5457330346107483,
658
+ "learning_rate": 3.913166454532598e-05,
659
+ "loss": 0.6625,
660
+ "step": 2325
661
+ },
662
+ {
663
+ "epoch": 0.8972890416189385,
664
+ "grad_norm": 9.08011245727539,
665
+ "learning_rate": 3.895488615471645e-05,
666
+ "loss": 0.4587,
667
+ "step": 2350
668
+ },
669
+ {
670
+ "epoch": 0.9068346697212677,
671
+ "grad_norm": 27.94516372680664,
672
+ "learning_rate": 3.877810776410692e-05,
673
+ "loss": 0.4202,
674
+ "step": 2375
675
+ },
676
+ {
677
+ "epoch": 0.9163802978235968,
678
+ "grad_norm": 4.565572261810303,
679
+ "learning_rate": 3.860132937349739e-05,
680
+ "loss": 0.5311,
681
+ "step": 2400
682
+ },
683
+ {
684
+ "epoch": 0.9259259259259259,
685
+ "grad_norm": 5.967700004577637,
686
+ "learning_rate": 3.842455098288785e-05,
687
+ "loss": 0.5012,
688
+ "step": 2425
689
+ },
690
+ {
691
+ "epoch": 0.9354715540282551,
692
+ "grad_norm": 7.316773414611816,
693
+ "learning_rate": 3.824777259227832e-05,
694
+ "loss": 0.4585,
695
+ "step": 2450
696
+ },
697
+ {
698
+ "epoch": 0.9450171821305842,
699
+ "grad_norm": 0.7666218280792236,
700
+ "learning_rate": 3.807099420166879e-05,
701
+ "loss": 0.5148,
702
+ "step": 2475
703
+ },
704
+ {
705
+ "epoch": 0.9545628102329133,
706
+ "grad_norm": 8.033583641052246,
707
+ "learning_rate": 3.7894215811059256e-05,
708
+ "loss": 0.5568,
709
+ "step": 2500
710
+ },
711
+ {
712
+ "epoch": 0.9641084383352425,
713
+ "grad_norm": 3.06626558303833,
714
+ "learning_rate": 3.771743742044973e-05,
715
+ "loss": 0.5371,
716
+ "step": 2525
717
+ },
718
+ {
719
+ "epoch": 0.9736540664375716,
720
+ "grad_norm": 4.116180896759033,
721
+ "learning_rate": 3.754065902984019e-05,
722
+ "loss": 0.5567,
723
+ "step": 2550
724
+ },
725
+ {
726
+ "epoch": 0.9831996945399007,
727
+ "grad_norm": 5.341053485870361,
728
+ "learning_rate": 3.736388063923066e-05,
729
+ "loss": 0.5501,
730
+ "step": 2575
731
+ },
732
+ {
733
+ "epoch": 0.9927453226422298,
734
+ "grad_norm": 0.6019271016120911,
735
+ "learning_rate": 3.718710224862113e-05,
736
+ "loss": 0.5312,
737
+ "step": 2600
738
+ },
739
+ {
740
+ "epoch": 1.0,
741
+ "eval_accuracy": 0.8806796487208859,
742
+ "eval_f1_macro": 0.5481103080327878,
743
+ "eval_f1_micro": 0.8806796487208859,
744
+ "eval_f1_weighted": 0.8693359028593166,
745
+ "eval_loss": 0.45116129517555237,
746
+ "eval_precision_macro": 0.676151706940216,
747
+ "eval_precision_micro": 0.8806796487208859,
748
+ "eval_precision_weighted": 0.8732388021312899,
749
+ "eval_recall_macro": 0.5439759320123948,
750
+ "eval_recall_micro": 0.8806796487208859,
751
+ "eval_recall_weighted": 0.8806796487208859,
752
+ "eval_runtime": 30.8839,
753
+ "eval_samples_per_second": 169.603,
754
+ "eval_steps_per_second": 10.62,
755
+ "step": 2619
756
+ },
757
+ {
758
+ "epoch": 1.002290950744559,
759
+ "grad_norm": 6.413674354553223,
760
+ "learning_rate": 3.7010323858011595e-05,
761
+ "loss": 0.5644,
762
+ "step": 2625
763
+ },
764
+ {
765
+ "epoch": 1.0118365788468882,
766
+ "grad_norm": 3.4250919818878174,
767
+ "learning_rate": 3.6833545467402066e-05,
768
+ "loss": 0.4757,
769
+ "step": 2650
770
+ },
771
+ {
772
+ "epoch": 1.0213822069492173,
773
+ "grad_norm": 10.983148574829102,
774
+ "learning_rate": 3.6656767076792536e-05,
775
+ "loss": 0.4419,
776
+ "step": 2675
777
+ },
778
+ {
779
+ "epoch": 1.0309278350515463,
780
+ "grad_norm": 7.499892234802246,
781
+ "learning_rate": 3.6479988686183e-05,
782
+ "loss": 0.6204,
783
+ "step": 2700
784
+ },
785
+ {
786
+ "epoch": 1.0404734631538755,
787
+ "grad_norm": 3.595353603363037,
788
+ "learning_rate": 3.630321029557347e-05,
789
+ "loss": 0.5175,
790
+ "step": 2725
791
+ },
792
+ {
793
+ "epoch": 1.0500190912562046,
794
+ "grad_norm": 7.1321539878845215,
795
+ "learning_rate": 3.6126431904963934e-05,
796
+ "loss": 0.5092,
797
+ "step": 2750
798
+ },
799
+ {
800
+ "epoch": 1.0595647193585338,
801
+ "grad_norm": 6.408048152923584,
802
+ "learning_rate": 3.594965351435441e-05,
803
+ "loss": 0.6063,
804
+ "step": 2775
805
+ },
806
+ {
807
+ "epoch": 1.069110347460863,
808
+ "grad_norm": 6.020789623260498,
809
+ "learning_rate": 3.5772875123744875e-05,
810
+ "loss": 0.6509,
811
+ "step": 2800
812
+ },
813
+ {
814
+ "epoch": 1.0786559755631921,
815
+ "grad_norm": 5.091155529022217,
816
+ "learning_rate": 3.559609673313534e-05,
817
+ "loss": 0.5431,
818
+ "step": 2825
819
+ },
820
+ {
821
+ "epoch": 1.088201603665521,
822
+ "grad_norm": 6.301450729370117,
823
+ "learning_rate": 3.541931834252581e-05,
824
+ "loss": 0.5184,
825
+ "step": 2850
826
+ },
827
+ {
828
+ "epoch": 1.0977472317678503,
829
+ "grad_norm": 3.534942626953125,
830
+ "learning_rate": 3.524253995191628e-05,
831
+ "loss": 0.3056,
832
+ "step": 2875
833
+ },
834
+ {
835
+ "epoch": 1.1072928598701794,
836
+ "grad_norm": 3.7696588039398193,
837
+ "learning_rate": 3.506576156130675e-05,
838
+ "loss": 0.5706,
839
+ "step": 2900
840
+ },
841
+ {
842
+ "epoch": 1.1168384879725086,
843
+ "grad_norm": 7.325591564178467,
844
+ "learning_rate": 3.4888983170697215e-05,
845
+ "loss": 0.5182,
846
+ "step": 2925
847
+ },
848
+ {
849
+ "epoch": 1.1263841160748378,
850
+ "grad_norm": 1.0723004341125488,
851
+ "learning_rate": 3.471220478008768e-05,
852
+ "loss": 0.4222,
853
+ "step": 2950
854
+ },
855
+ {
856
+ "epoch": 1.135929744177167,
857
+ "grad_norm": 9.240309715270996,
858
+ "learning_rate": 3.4535426389478156e-05,
859
+ "loss": 0.4109,
860
+ "step": 2975
861
+ },
862
+ {
863
+ "epoch": 1.145475372279496,
864
+ "grad_norm": 4.310164451599121,
865
+ "learning_rate": 3.435864799886862e-05,
866
+ "loss": 0.6056,
867
+ "step": 3000
868
+ },
869
+ {
870
+ "epoch": 1.155021000381825,
871
+ "grad_norm": 0.06030479073524475,
872
+ "learning_rate": 3.418186960825909e-05,
873
+ "loss": 0.3311,
874
+ "step": 3025
875
+ },
876
+ {
877
+ "epoch": 1.1645666284841543,
878
+ "grad_norm": 5.938070297241211,
879
+ "learning_rate": 3.4005091217649554e-05,
880
+ "loss": 0.5636,
881
+ "step": 3050
882
+ },
883
+ {
884
+ "epoch": 1.1741122565864834,
885
+ "grad_norm": 3.0062716007232666,
886
+ "learning_rate": 3.3828312827040024e-05,
887
+ "loss": 0.3369,
888
+ "step": 3075
889
+ },
890
+ {
891
+ "epoch": 1.1836578846888126,
892
+ "grad_norm": 9.84875202178955,
893
+ "learning_rate": 3.3651534436430495e-05,
894
+ "loss": 0.3655,
895
+ "step": 3100
896
+ },
897
+ {
898
+ "epoch": 1.1932035127911416,
899
+ "grad_norm": 0.40218663215637207,
900
+ "learning_rate": 3.347475604582096e-05,
901
+ "loss": 0.3761,
902
+ "step": 3125
903
+ },
904
+ {
905
+ "epoch": 1.2027491408934707,
906
+ "grad_norm": 6.9253973960876465,
907
+ "learning_rate": 3.329797765521143e-05,
908
+ "loss": 0.4421,
909
+ "step": 3150
910
+ },
911
+ {
912
+ "epoch": 1.2122947689958,
913
+ "grad_norm": 12.239662170410156,
914
+ "learning_rate": 3.31211992646019e-05,
915
+ "loss": 0.63,
916
+ "step": 3175
917
+ },
918
+ {
919
+ "epoch": 1.221840397098129,
920
+ "grad_norm": 6.089052200317383,
921
+ "learning_rate": 3.294442087399236e-05,
922
+ "loss": 0.6012,
923
+ "step": 3200
924
+ },
925
+ {
926
+ "epoch": 1.2313860252004583,
927
+ "grad_norm": 3.271571159362793,
928
+ "learning_rate": 3.2767642483382834e-05,
929
+ "loss": 0.4335,
930
+ "step": 3225
931
+ },
932
+ {
933
+ "epoch": 1.2409316533027872,
934
+ "grad_norm": 10.282990455627441,
935
+ "learning_rate": 3.25908640927733e-05,
936
+ "loss": 0.573,
937
+ "step": 3250
938
+ },
939
+ {
940
+ "epoch": 1.2504772814051164,
941
+ "grad_norm": 4.201958179473877,
942
+ "learning_rate": 3.241408570216377e-05,
943
+ "loss": 0.4124,
944
+ "step": 3275
945
+ },
946
+ {
947
+ "epoch": 1.2600229095074456,
948
+ "grad_norm": 14.91673469543457,
949
+ "learning_rate": 3.223730731155424e-05,
950
+ "loss": 0.363,
951
+ "step": 3300
952
+ },
953
+ {
954
+ "epoch": 1.2695685376097747,
955
+ "grad_norm": 3.084709644317627,
956
+ "learning_rate": 3.20605289209447e-05,
957
+ "loss": 0.5874,
958
+ "step": 3325
959
+ },
960
+ {
961
+ "epoch": 1.279114165712104,
962
+ "grad_norm": 9.723969459533691,
963
+ "learning_rate": 3.188375053033517e-05,
964
+ "loss": 0.4661,
965
+ "step": 3350
966
+ },
967
+ {
968
+ "epoch": 1.2886597938144329,
969
+ "grad_norm": 0.48647192120552063,
970
+ "learning_rate": 3.1706972139725643e-05,
971
+ "loss": 0.5431,
972
+ "step": 3375
973
+ },
974
+ {
975
+ "epoch": 1.2982054219167622,
976
+ "grad_norm": 1.6292872428894043,
977
+ "learning_rate": 3.153019374911611e-05,
978
+ "loss": 0.535,
979
+ "step": 3400
980
+ },
981
+ {
982
+ "epoch": 1.3077510500190912,
983
+ "grad_norm": 7.161569595336914,
984
+ "learning_rate": 3.135341535850658e-05,
985
+ "loss": 0.4232,
986
+ "step": 3425
987
+ },
988
+ {
989
+ "epoch": 1.3172966781214204,
990
+ "grad_norm": 7.734975337982178,
991
+ "learning_rate": 3.117663696789704e-05,
992
+ "loss": 0.5533,
993
+ "step": 3450
994
+ },
995
+ {
996
+ "epoch": 1.3268423062237495,
997
+ "grad_norm": 8.083685874938965,
998
+ "learning_rate": 3.099985857728752e-05,
999
+ "loss": 0.5145,
1000
+ "step": 3475
1001
+ },
1002
+ {
1003
+ "epoch": 1.3363879343260787,
1004
+ "grad_norm": 0.11425119638442993,
1005
+ "learning_rate": 3.082308018667798e-05,
1006
+ "loss": 0.3885,
1007
+ "step": 3500
1008
+ },
1009
+ {
1010
+ "epoch": 1.345933562428408,
1011
+ "grad_norm": 10.0468168258667,
1012
+ "learning_rate": 3.0646301796068446e-05,
1013
+ "loss": 0.5237,
1014
+ "step": 3525
1015
+ },
1016
+ {
1017
+ "epoch": 1.3554791905307368,
1018
+ "grad_norm": 5.5162763595581055,
1019
+ "learning_rate": 3.0469523405458917e-05,
1020
+ "loss": 0.5081,
1021
+ "step": 3550
1022
+ },
1023
+ {
1024
+ "epoch": 1.365024818633066,
1025
+ "grad_norm": 0.6519923210144043,
1026
+ "learning_rate": 3.0292745014849387e-05,
1027
+ "loss": 0.6263,
1028
+ "step": 3575
1029
+ },
1030
+ {
1031
+ "epoch": 1.3745704467353952,
1032
+ "grad_norm": 5.725049018859863,
1033
+ "learning_rate": 3.0115966624239855e-05,
1034
+ "loss": 0.4986,
1035
+ "step": 3600
1036
+ },
1037
+ {
1038
+ "epoch": 1.3841160748377244,
1039
+ "grad_norm": 5.0273661613464355,
1040
+ "learning_rate": 2.993918823363032e-05,
1041
+ "loss": 0.3676,
1042
+ "step": 3625
1043
+ },
1044
+ {
1045
+ "epoch": 1.3936617029400535,
1046
+ "grad_norm": 5.7512288093566895,
1047
+ "learning_rate": 2.976240984302079e-05,
1048
+ "loss": 0.5586,
1049
+ "step": 3650
1050
+ },
1051
+ {
1052
+ "epoch": 1.4032073310423825,
1053
+ "grad_norm": 6.943084716796875,
1054
+ "learning_rate": 2.958563145241126e-05,
1055
+ "loss": 0.5734,
1056
+ "step": 3675
1057
+ },
1058
+ {
1059
+ "epoch": 1.4127529591447117,
1060
+ "grad_norm": 6.364502906799316,
1061
+ "learning_rate": 2.9408853061801726e-05,
1062
+ "loss": 0.6174,
1063
+ "step": 3700
1064
+ },
1065
+ {
1066
+ "epoch": 1.4222985872470408,
1067
+ "grad_norm": 9.310466766357422,
1068
+ "learning_rate": 2.9232074671192194e-05,
1069
+ "loss": 0.4916,
1070
+ "step": 3725
1071
+ },
1072
+ {
1073
+ "epoch": 1.43184421534937,
1074
+ "grad_norm": 4.276609897613525,
1075
+ "learning_rate": 2.905529628058266e-05,
1076
+ "loss": 0.4982,
1077
+ "step": 3750
1078
+ },
1079
+ {
1080
+ "epoch": 1.4413898434516992,
1081
+ "grad_norm": 8.0429105758667,
1082
+ "learning_rate": 2.8878517889973135e-05,
1083
+ "loss": 0.4593,
1084
+ "step": 3775
1085
+ },
1086
+ {
1087
+ "epoch": 1.4509354715540281,
1088
+ "grad_norm": 2.093593120574951,
1089
+ "learning_rate": 2.8701739499363602e-05,
1090
+ "loss": 0.5528,
1091
+ "step": 3800
1092
+ },
1093
+ {
1094
+ "epoch": 1.4604810996563573,
1095
+ "grad_norm": 0.39132124185562134,
1096
+ "learning_rate": 2.8524961108754066e-05,
1097
+ "loss": 0.4153,
1098
+ "step": 3825
1099
+ },
1100
+ {
1101
+ "epoch": 1.4700267277586865,
1102
+ "grad_norm": 4.517558574676514,
1103
+ "learning_rate": 2.8348182718144533e-05,
1104
+ "loss": 0.4191,
1105
+ "step": 3850
1106
+ },
1107
+ {
1108
+ "epoch": 1.4795723558610157,
1109
+ "grad_norm": 3.886760950088501,
1110
+ "learning_rate": 2.8171404327535007e-05,
1111
+ "loss": 0.3378,
1112
+ "step": 3875
1113
+ },
1114
+ {
1115
+ "epoch": 1.4891179839633448,
1116
+ "grad_norm": 10.147708892822266,
1117
+ "learning_rate": 2.7994625936925474e-05,
1118
+ "loss": 0.4821,
1119
+ "step": 3900
1120
+ },
1121
+ {
1122
+ "epoch": 1.498663612065674,
1123
+ "grad_norm": 9.77696704864502,
1124
+ "learning_rate": 2.781784754631594e-05,
1125
+ "loss": 0.5534,
1126
+ "step": 3925
1127
+ },
1128
+ {
1129
+ "epoch": 1.5082092401680032,
1130
+ "grad_norm": 8.54476547241211,
1131
+ "learning_rate": 2.7641069155706405e-05,
1132
+ "loss": 0.5286,
1133
+ "step": 3950
1134
+ },
1135
+ {
1136
+ "epoch": 1.5177548682703321,
1137
+ "grad_norm": 4.897209644317627,
1138
+ "learning_rate": 2.746429076509688e-05,
1139
+ "loss": 0.5163,
1140
+ "step": 3975
1141
+ },
1142
+ {
1143
+ "epoch": 1.5273004963726613,
1144
+ "grad_norm": 6.026910781860352,
1145
+ "learning_rate": 2.7294583510111726e-05,
1146
+ "loss": 0.5637,
1147
+ "step": 4000
1148
+ },
1149
+ {
1150
+ "epoch": 1.5368461244749905,
1151
+ "grad_norm": 1.9394190311431885,
1152
+ "learning_rate": 2.7117805119502193e-05,
1153
+ "loss": 0.4337,
1154
+ "step": 4025
1155
+ },
1156
+ {
1157
+ "epoch": 1.5463917525773194,
1158
+ "grad_norm": 10.731663703918457,
1159
+ "learning_rate": 2.694102672889266e-05,
1160
+ "loss": 0.365,
1161
+ "step": 4050
1162
+ },
1163
+ {
1164
+ "epoch": 1.5559373806796488,
1165
+ "grad_norm": 2.1111578941345215,
1166
+ "learning_rate": 2.676424833828313e-05,
1167
+ "loss": 0.4874,
1168
+ "step": 4075
1169
+ },
1170
+ {
1171
+ "epoch": 1.5654830087819778,
1172
+ "grad_norm": 8.03298282623291,
1173
+ "learning_rate": 2.6587469947673598e-05,
1174
+ "loss": 0.5184,
1175
+ "step": 4100
1176
+ },
1177
+ {
1178
+ "epoch": 1.575028636884307,
1179
+ "grad_norm": 4.874744415283203,
1180
+ "learning_rate": 2.6410691557064065e-05,
1181
+ "loss": 0.6084,
1182
+ "step": 4125
1183
+ },
1184
+ {
1185
+ "epoch": 1.5845742649866361,
1186
+ "grad_norm": 1.2749981880187988,
1187
+ "learning_rate": 2.6233913166454532e-05,
1188
+ "loss": 0.5066,
1189
+ "step": 4150
1190
+ },
1191
+ {
1192
+ "epoch": 1.5941198930889653,
1193
+ "grad_norm": 6.089448928833008,
1194
+ "learning_rate": 2.6057134775845003e-05,
1195
+ "loss": 0.4774,
1196
+ "step": 4175
1197
+ },
1198
+ {
1199
+ "epoch": 1.6036655211912945,
1200
+ "grad_norm": 6.618624687194824,
1201
+ "learning_rate": 2.588035638523547e-05,
1202
+ "loss": 0.5735,
1203
+ "step": 4200
1204
+ },
1205
+ {
1206
+ "epoch": 1.6132111492936234,
1207
+ "grad_norm": 3.0154378414154053,
1208
+ "learning_rate": 2.5703577994625937e-05,
1209
+ "loss": 0.4776,
1210
+ "step": 4225
1211
+ },
1212
+ {
1213
+ "epoch": 1.6227567773959528,
1214
+ "grad_norm": 8.030562400817871,
1215
+ "learning_rate": 2.5526799604016404e-05,
1216
+ "loss": 0.4864,
1217
+ "step": 4250
1218
+ },
1219
+ {
1220
+ "epoch": 1.6323024054982818,
1221
+ "grad_norm": 8.929983139038086,
1222
+ "learning_rate": 2.535002121340688e-05,
1223
+ "loss": 0.5598,
1224
+ "step": 4275
1225
+ },
1226
+ {
1227
+ "epoch": 1.641848033600611,
1228
+ "grad_norm": 2.6678271293640137,
1229
+ "learning_rate": 2.5173242822797345e-05,
1230
+ "loss": 0.5868,
1231
+ "step": 4300
1232
+ },
1233
+ {
1234
+ "epoch": 1.65139366170294,
1235
+ "grad_norm": 6.8634819984436035,
1236
+ "learning_rate": 2.499646443218781e-05,
1237
+ "loss": 0.4856,
1238
+ "step": 4325
1239
+ },
1240
+ {
1241
+ "epoch": 1.660939289805269,
1242
+ "grad_norm": 1.4916170835494995,
1243
+ "learning_rate": 2.481968604157828e-05,
1244
+ "loss": 0.3447,
1245
+ "step": 4350
1246
+ },
1247
+ {
1248
+ "epoch": 1.6704849179075985,
1249
+ "grad_norm": 5.674633979797363,
1250
+ "learning_rate": 2.4642907650968747e-05,
1251
+ "loss": 0.3216,
1252
+ "step": 4375
1253
+ },
1254
+ {
1255
+ "epoch": 1.6800305460099274,
1256
+ "grad_norm": 9.564282417297363,
1257
+ "learning_rate": 2.4466129260359214e-05,
1258
+ "loss": 0.4884,
1259
+ "step": 4400
1260
+ },
1261
+ {
1262
+ "epoch": 1.6895761741122566,
1263
+ "grad_norm": 6.336232662200928,
1264
+ "learning_rate": 2.4289350869749685e-05,
1265
+ "loss": 0.4915,
1266
+ "step": 4425
1267
+ },
1268
+ {
1269
+ "epoch": 1.6991218022145858,
1270
+ "grad_norm": 4.912391185760498,
1271
+ "learning_rate": 2.411257247914015e-05,
1272
+ "loss": 0.3279,
1273
+ "step": 4450
1274
+ },
1275
+ {
1276
+ "epoch": 1.7086674303169147,
1277
+ "grad_norm": 2.542475938796997,
1278
+ "learning_rate": 2.393579408853062e-05,
1279
+ "loss": 0.5385,
1280
+ "step": 4475
1281
+ },
1282
+ {
1283
+ "epoch": 1.718213058419244,
1284
+ "grad_norm": 6.017487049102783,
1285
+ "learning_rate": 2.3759015697921086e-05,
1286
+ "loss": 0.5516,
1287
+ "step": 4500
1288
+ },
1289
+ {
1290
+ "epoch": 1.727758686521573,
1291
+ "grad_norm": 7.965273380279541,
1292
+ "learning_rate": 2.3582237307311557e-05,
1293
+ "loss": 0.3421,
1294
+ "step": 4525
1295
+ },
1296
+ {
1297
+ "epoch": 1.7373043146239022,
1298
+ "grad_norm": 0.6928049325942993,
1299
+ "learning_rate": 2.3405458916702024e-05,
1300
+ "loss": 0.5857,
1301
+ "step": 4550
1302
+ },
1303
+ {
1304
+ "epoch": 1.7468499427262314,
1305
+ "grad_norm": 2.849928379058838,
1306
+ "learning_rate": 2.322868052609249e-05,
1307
+ "loss": 0.3379,
1308
+ "step": 4575
1309
+ },
1310
+ {
1311
+ "epoch": 1.7563955708285606,
1312
+ "grad_norm": 17.360977172851562,
1313
+ "learning_rate": 2.3051902135482958e-05,
1314
+ "loss": 0.5657,
1315
+ "step": 4600
1316
+ },
1317
+ {
1318
+ "epoch": 1.7659411989308897,
1319
+ "grad_norm": 4.397252559661865,
1320
+ "learning_rate": 2.287512374487343e-05,
1321
+ "loss": 0.4145,
1322
+ "step": 4625
1323
+ },
1324
+ {
1325
+ "epoch": 1.7754868270332187,
1326
+ "grad_norm": 1.0898733139038086,
1327
+ "learning_rate": 2.2698345354263896e-05,
1328
+ "loss": 0.3977,
1329
+ "step": 4650
1330
+ },
1331
+ {
1332
+ "epoch": 1.7850324551355479,
1333
+ "grad_norm": 5.723209381103516,
1334
+ "learning_rate": 2.2521566963654363e-05,
1335
+ "loss": 0.3961,
1336
+ "step": 4675
1337
+ },
1338
+ {
1339
+ "epoch": 1.794578083237877,
1340
+ "grad_norm": 6.174077033996582,
1341
+ "learning_rate": 2.234478857304483e-05,
1342
+ "loss": 0.3459,
1343
+ "step": 4700
1344
+ },
1345
+ {
1346
+ "epoch": 1.8041237113402062,
1347
+ "grad_norm": 4.179036617279053,
1348
+ "learning_rate": 2.21680101824353e-05,
1349
+ "loss": 0.3503,
1350
+ "step": 4725
1351
+ },
1352
+ {
1353
+ "epoch": 1.8136693394425354,
1354
+ "grad_norm": 13.33944320678711,
1355
+ "learning_rate": 2.1991231791825768e-05,
1356
+ "loss": 0.5015,
1357
+ "step": 4750
1358
+ },
1359
+ {
1360
+ "epoch": 1.8232149675448643,
1361
+ "grad_norm": 3.4436299800872803,
1362
+ "learning_rate": 2.1814453401216238e-05,
1363
+ "loss": 0.5311,
1364
+ "step": 4775
1365
+ },
1366
+ {
1367
+ "epoch": 1.8327605956471937,
1368
+ "grad_norm": 4.949787616729736,
1369
+ "learning_rate": 2.1637675010606702e-05,
1370
+ "loss": 0.3274,
1371
+ "step": 4800
1372
+ },
1373
+ {
1374
+ "epoch": 1.8423062237495227,
1375
+ "grad_norm": 3.8653883934020996,
1376
+ "learning_rate": 2.1460896619997172e-05,
1377
+ "loss": 0.4668,
1378
+ "step": 4825
1379
+ },
1380
+ {
1381
+ "epoch": 1.8518518518518519,
1382
+ "grad_norm": 3.763760566711426,
1383
+ "learning_rate": 2.128411822938764e-05,
1384
+ "loss": 0.3929,
1385
+ "step": 4850
1386
+ },
1387
+ {
1388
+ "epoch": 1.861397479954181,
1389
+ "grad_norm": 0.6590569019317627,
1390
+ "learning_rate": 2.110733983877811e-05,
1391
+ "loss": 0.3992,
1392
+ "step": 4875
1393
+ },
1394
+ {
1395
+ "epoch": 1.87094310805651,
1396
+ "grad_norm": 4.360814571380615,
1397
+ "learning_rate": 2.0930561448168577e-05,
1398
+ "loss": 0.4132,
1399
+ "step": 4900
1400
+ },
1401
+ {
1402
+ "epoch": 1.8804887361588394,
1403
+ "grad_norm": 0.8837212324142456,
1404
+ "learning_rate": 2.0753783057559044e-05,
1405
+ "loss": 0.559,
1406
+ "step": 4925
1407
+ },
1408
+ {
1409
+ "epoch": 1.8900343642611683,
1410
+ "grad_norm": 4.778452396392822,
1411
+ "learning_rate": 2.057700466694951e-05,
1412
+ "loss": 0.5726,
1413
+ "step": 4950
1414
+ },
1415
+ {
1416
+ "epoch": 1.8995799923634975,
1417
+ "grad_norm": 4.478198528289795,
1418
+ "learning_rate": 2.0400226276339982e-05,
1419
+ "loss": 0.4385,
1420
+ "step": 4975
1421
+ },
1422
+ {
1423
+ "epoch": 1.9091256204658267,
1424
+ "grad_norm": 1.186051607131958,
1425
+ "learning_rate": 2.022344788573045e-05,
1426
+ "loss": 0.4041,
1427
+ "step": 5000
1428
+ },
1429
+ {
1430
+ "epoch": 1.9186712485681556,
1431
+ "grad_norm": 10.195874214172363,
1432
+ "learning_rate": 2.0046669495120916e-05,
1433
+ "loss": 0.3768,
1434
+ "step": 5025
1435
+ },
1436
+ {
1437
+ "epoch": 1.928216876670485,
1438
+ "grad_norm": 4.346467018127441,
1439
+ "learning_rate": 1.9869891104511383e-05,
1440
+ "loss": 0.601,
1441
+ "step": 5050
1442
+ },
1443
+ {
1444
+ "epoch": 1.937762504772814,
1445
+ "grad_norm": 3.2331788539886475,
1446
+ "learning_rate": 1.9693112713901854e-05,
1447
+ "loss": 0.4731,
1448
+ "step": 5075
1449
+ },
1450
+ {
1451
+ "epoch": 1.9473081328751431,
1452
+ "grad_norm": 4.1959381103515625,
1453
+ "learning_rate": 1.951633432329232e-05,
1454
+ "loss": 0.3686,
1455
+ "step": 5100
1456
+ },
1457
+ {
1458
+ "epoch": 1.9568537609774723,
1459
+ "grad_norm": 0.6196494698524475,
1460
+ "learning_rate": 1.933955593268279e-05,
1461
+ "loss": 0.3442,
1462
+ "step": 5125
1463
+ },
1464
+ {
1465
+ "epoch": 1.9663993890798015,
1466
+ "grad_norm": 0.898938000202179,
1467
+ "learning_rate": 1.9162777542073255e-05,
1468
+ "loss": 0.2922,
1469
+ "step": 5150
1470
+ },
1471
+ {
1472
+ "epoch": 1.9759450171821307,
1473
+ "grad_norm": 6.5429768562316895,
1474
+ "learning_rate": 1.8985999151463726e-05,
1475
+ "loss": 0.4482,
1476
+ "step": 5175
1477
+ },
1478
+ {
1479
+ "epoch": 1.9854906452844596,
1480
+ "grad_norm": 6.415786266326904,
1481
+ "learning_rate": 1.8809220760854193e-05,
1482
+ "loss": 0.5297,
1483
+ "step": 5200
1484
+ },
1485
+ {
1486
+ "epoch": 1.995036273386789,
1487
+ "grad_norm": 5.376886367797852,
1488
+ "learning_rate": 1.8632442370244664e-05,
1489
+ "loss": 0.4509,
1490
+ "step": 5225
1491
+ },
1492
+ {
1493
+ "epoch": 2.0,
1494
+ "eval_accuracy": 0.9177166857579229,
1495
+ "eval_f1_macro": 0.6752206415980724,
1496
+ "eval_f1_micro": 0.9177166857579229,
1497
+ "eval_f1_weighted": 0.9116556748785886,
1498
+ "eval_loss": 0.302744597196579,
1499
+ "eval_precision_macro": 0.7389088670621011,
1500
+ "eval_precision_micro": 0.9177166857579229,
1501
+ "eval_precision_weighted": 0.9087828192763279,
1502
+ "eval_recall_macro": 0.6430310667333932,
1503
+ "eval_recall_micro": 0.9177166857579229,
1504
+ "eval_recall_weighted": 0.9177166857579229,
1505
+ "eval_runtime": 30.839,
1506
+ "eval_samples_per_second": 169.85,
1507
+ "eval_steps_per_second": 10.636,
1508
+ "step": 5238
1509
+ },
1510
+ {
1511
+ "epoch": 2.004581901489118,
1512
+ "grad_norm": 4.516357898712158,
1513
+ "learning_rate": 1.845566397963513e-05,
1514
+ "loss": 0.5612,
1515
+ "step": 5250
1516
+ },
1517
+ {
1518
+ "epoch": 2.014127529591447,
1519
+ "grad_norm": 0.7673831582069397,
1520
+ "learning_rate": 1.8278885589025598e-05,
1521
+ "loss": 0.2938,
1522
+ "step": 5275
1523
+ },
1524
+ {
1525
+ "epoch": 2.0236731576937763,
1526
+ "grad_norm": 5.432100296020508,
1527
+ "learning_rate": 1.8102107198416065e-05,
1528
+ "loss": 0.4495,
1529
+ "step": 5300
1530
+ },
1531
+ {
1532
+ "epoch": 2.0332187857961053,
1533
+ "grad_norm": 0.7653512954711914,
1534
+ "learning_rate": 1.7925328807806536e-05,
1535
+ "loss": 0.2454,
1536
+ "step": 5325
1537
+ },
1538
+ {
1539
+ "epoch": 2.0427644138984347,
1540
+ "grad_norm": 0.0857914537191391,
1541
+ "learning_rate": 1.7748550417197003e-05,
1542
+ "loss": 0.3485,
1543
+ "step": 5350
1544
+ },
1545
+ {
1546
+ "epoch": 2.0523100420007636,
1547
+ "grad_norm": 7.614650249481201,
1548
+ "learning_rate": 1.757177202658747e-05,
1549
+ "loss": 0.44,
1550
+ "step": 5375
1551
+ },
1552
+ {
1553
+ "epoch": 2.0618556701030926,
1554
+ "grad_norm": 7.014926433563232,
1555
+ "learning_rate": 1.7394993635977937e-05,
1556
+ "loss": 0.462,
1557
+ "step": 5400
1558
+ },
1559
+ {
1560
+ "epoch": 2.071401298205422,
1561
+ "grad_norm": 3.3274178504943848,
1562
+ "learning_rate": 1.7218215245368408e-05,
1563
+ "loss": 0.3796,
1564
+ "step": 5425
1565
+ },
1566
+ {
1567
+ "epoch": 2.080946926307751,
1568
+ "grad_norm": 1.7487058639526367,
1569
+ "learning_rate": 1.7041436854758875e-05,
1570
+ "loss": 0.4075,
1571
+ "step": 5450
1572
+ },
1573
+ {
1574
+ "epoch": 2.0904925544100803,
1575
+ "grad_norm": 1.2080419063568115,
1576
+ "learning_rate": 1.6864658464149345e-05,
1577
+ "loss": 0.3875,
1578
+ "step": 5475
1579
+ },
1580
+ {
1581
+ "epoch": 2.1000381825124093,
1582
+ "grad_norm": 10.531205177307129,
1583
+ "learning_rate": 1.668788007353981e-05,
1584
+ "loss": 0.4767,
1585
+ "step": 5500
1586
+ },
1587
+ {
1588
+ "epoch": 2.1095838106147387,
1589
+ "grad_norm": 6.064085960388184,
1590
+ "learning_rate": 1.651110168293028e-05,
1591
+ "loss": 0.5239,
1592
+ "step": 5525
1593
+ },
1594
+ {
1595
+ "epoch": 2.1191294387170676,
1596
+ "grad_norm": 0.7669031620025635,
1597
+ "learning_rate": 1.6334323292320747e-05,
1598
+ "loss": 0.4222,
1599
+ "step": 5550
1600
+ },
1601
+ {
1602
+ "epoch": 2.1286750668193966,
1603
+ "grad_norm": 1.6597367525100708,
1604
+ "learning_rate": 1.6157544901711217e-05,
1605
+ "loss": 0.378,
1606
+ "step": 5575
1607
+ },
1608
+ {
1609
+ "epoch": 2.138220694921726,
1610
+ "grad_norm": 5.749689102172852,
1611
+ "learning_rate": 1.5980766511101684e-05,
1612
+ "loss": 0.409,
1613
+ "step": 5600
1614
+ },
1615
+ {
1616
+ "epoch": 2.147766323024055,
1617
+ "grad_norm": 3.9973812103271484,
1618
+ "learning_rate": 1.580398812049215e-05,
1619
+ "loss": 0.387,
1620
+ "step": 5625
1621
+ },
1622
+ {
1623
+ "epoch": 2.1573119511263843,
1624
+ "grad_norm": 5.586762428283691,
1625
+ "learning_rate": 1.562720972988262e-05,
1626
+ "loss": 0.476,
1627
+ "step": 5650
1628
+ },
1629
+ {
1630
+ "epoch": 2.1668575792287132,
1631
+ "grad_norm": 4.630229949951172,
1632
+ "learning_rate": 1.545043133927309e-05,
1633
+ "loss": 0.4483,
1634
+ "step": 5675
1635
+ },
1636
+ {
1637
+ "epoch": 2.176403207331042,
1638
+ "grad_norm": 10.38274097442627,
1639
+ "learning_rate": 1.5273652948663556e-05,
1640
+ "loss": 0.3905,
1641
+ "step": 5700
1642
+ },
1643
+ {
1644
+ "epoch": 2.1859488354333716,
1645
+ "grad_norm": 6.280734539031982,
1646
+ "learning_rate": 1.5096874558054025e-05,
1647
+ "loss": 0.4345,
1648
+ "step": 5725
1649
+ },
1650
+ {
1651
+ "epoch": 2.1954944635357005,
1652
+ "grad_norm": 0.5489762425422668,
1653
+ "learning_rate": 1.4920096167444492e-05,
1654
+ "loss": 0.3986,
1655
+ "step": 5750
1656
+ },
1657
+ {
1658
+ "epoch": 2.20504009163803,
1659
+ "grad_norm": 7.297660827636719,
1660
+ "learning_rate": 1.4743317776834961e-05,
1661
+ "loss": 0.5698,
1662
+ "step": 5775
1663
+ },
1664
+ {
1665
+ "epoch": 2.214585719740359,
1666
+ "grad_norm": 1.4060806035995483,
1667
+ "learning_rate": 1.4566539386225428e-05,
1668
+ "loss": 0.4576,
1669
+ "step": 5800
1670
+ },
1671
+ {
1672
+ "epoch": 2.224131347842688,
1673
+ "grad_norm": 4.472266674041748,
1674
+ "learning_rate": 1.4389760995615897e-05,
1675
+ "loss": 0.3482,
1676
+ "step": 5825
1677
+ },
1678
+ {
1679
+ "epoch": 2.2336769759450172,
1680
+ "grad_norm": 15.711027145385742,
1681
+ "learning_rate": 1.4212982605006364e-05,
1682
+ "loss": 0.3594,
1683
+ "step": 5850
1684
+ },
1685
+ {
1686
+ "epoch": 2.243222604047346,
1687
+ "grad_norm": 4.598949909210205,
1688
+ "learning_rate": 1.4036204214396833e-05,
1689
+ "loss": 0.4257,
1690
+ "step": 5875
1691
+ },
1692
+ {
1693
+ "epoch": 2.2527682321496756,
1694
+ "grad_norm": 3.651421308517456,
1695
+ "learning_rate": 1.38594258237873e-05,
1696
+ "loss": 0.2769,
1697
+ "step": 5900
1698
+ },
1699
+ {
1700
+ "epoch": 2.2623138602520045,
1701
+ "grad_norm": 0.5090247392654419,
1702
+ "learning_rate": 1.368264743317777e-05,
1703
+ "loss": 0.3132,
1704
+ "step": 5925
1705
+ },
1706
+ {
1707
+ "epoch": 2.271859488354334,
1708
+ "grad_norm": 0.6600648760795593,
1709
+ "learning_rate": 1.3505869042568236e-05,
1710
+ "loss": 0.3831,
1711
+ "step": 5950
1712
+ },
1713
+ {
1714
+ "epoch": 2.281405116456663,
1715
+ "grad_norm": 8.323454856872559,
1716
+ "learning_rate": 1.3329090651958707e-05,
1717
+ "loss": 0.2981,
1718
+ "step": 5975
1719
+ },
1720
+ {
1721
+ "epoch": 2.290950744558992,
1722
+ "grad_norm": 1.1440905332565308,
1723
+ "learning_rate": 1.3152312261349172e-05,
1724
+ "loss": 0.399,
1725
+ "step": 6000
1726
+ },
1727
+ {
1728
+ "epoch": 2.3004963726613212,
1729
+ "grad_norm": 12.562394142150879,
1730
+ "learning_rate": 1.2975533870739643e-05,
1731
+ "loss": 0.5276,
1732
+ "step": 6025
1733
+ },
1734
+ {
1735
+ "epoch": 2.31004200076365,
1736
+ "grad_norm": 2.5904836654663086,
1737
+ "learning_rate": 1.279875548013011e-05,
1738
+ "loss": 0.3681,
1739
+ "step": 6050
1740
+ },
1741
+ {
1742
+ "epoch": 2.319587628865979,
1743
+ "grad_norm": 0.3445684611797333,
1744
+ "learning_rate": 1.2621977089520579e-05,
1745
+ "loss": 0.2997,
1746
+ "step": 6075
1747
+ },
1748
+ {
1749
+ "epoch": 2.3291332569683085,
1750
+ "grad_norm": 8.17843246459961,
1751
+ "learning_rate": 1.2445198698911046e-05,
1752
+ "loss": 0.339,
1753
+ "step": 6100
1754
+ },
1755
+ {
1756
+ "epoch": 2.3386788850706375,
1757
+ "grad_norm": 11.221162796020508,
1758
+ "learning_rate": 1.2268420308301513e-05,
1759
+ "loss": 0.4197,
1760
+ "step": 6125
1761
+ },
1762
+ {
1763
+ "epoch": 2.348224513172967,
1764
+ "grad_norm": 3.742429494857788,
1765
+ "learning_rate": 1.2091641917691982e-05,
1766
+ "loss": 0.3571,
1767
+ "step": 6150
1768
+ },
1769
+ {
1770
+ "epoch": 2.357770141275296,
1771
+ "grad_norm": 1.143278956413269,
1772
+ "learning_rate": 1.1914863527082449e-05,
1773
+ "loss": 0.3652,
1774
+ "step": 6175
1775
+ },
1776
+ {
1777
+ "epoch": 2.3673157693776252,
1778
+ "grad_norm": 4.214432239532471,
1779
+ "learning_rate": 1.1738085136472918e-05,
1780
+ "loss": 0.3808,
1781
+ "step": 6200
1782
+ },
1783
+ {
1784
+ "epoch": 2.376861397479954,
1785
+ "grad_norm": 2.011171579360962,
1786
+ "learning_rate": 1.1561306745863387e-05,
1787
+ "loss": 0.3548,
1788
+ "step": 6225
1789
+ },
1790
+ {
1791
+ "epoch": 2.386407025582283,
1792
+ "grad_norm": 9.829928398132324,
1793
+ "learning_rate": 1.1384528355253854e-05,
1794
+ "loss": 0.4195,
1795
+ "step": 6250
1796
+ },
1797
+ {
1798
+ "epoch": 2.3959526536846125,
1799
+ "grad_norm": 3.113661050796509,
1800
+ "learning_rate": 1.1207749964644323e-05,
1801
+ "loss": 0.4596,
1802
+ "step": 6275
1803
+ },
1804
+ {
1805
+ "epoch": 2.4054982817869415,
1806
+ "grad_norm": 5.8311357498168945,
1807
+ "learning_rate": 1.103097157403479e-05,
1808
+ "loss": 0.2321,
1809
+ "step": 6300
1810
+ },
1811
+ {
1812
+ "epoch": 2.415043909889271,
1813
+ "grad_norm": 3.50929856300354,
1814
+ "learning_rate": 1.0854193183425259e-05,
1815
+ "loss": 0.3387,
1816
+ "step": 6325
1817
+ },
1818
+ {
1819
+ "epoch": 2.4245895379916,
1820
+ "grad_norm": 7.452309608459473,
1821
+ "learning_rate": 1.0677414792815726e-05,
1822
+ "loss": 0.3926,
1823
+ "step": 6350
1824
+ },
1825
+ {
1826
+ "epoch": 2.434135166093929,
1827
+ "grad_norm": 5.029876708984375,
1828
+ "learning_rate": 1.0500636402206195e-05,
1829
+ "loss": 0.5649,
1830
+ "step": 6375
1831
+ },
1832
+ {
1833
+ "epoch": 2.443680794196258,
1834
+ "grad_norm": 2.944840431213379,
1835
+ "learning_rate": 1.0323858011596663e-05,
1836
+ "loss": 0.3464,
1837
+ "step": 6400
1838
+ },
1839
+ {
1840
+ "epoch": 2.453226422298587,
1841
+ "grad_norm": 0.7697826027870178,
1842
+ "learning_rate": 1.014707962098713e-05,
1843
+ "loss": 0.2758,
1844
+ "step": 6425
1845
+ },
1846
+ {
1847
+ "epoch": 2.4627720504009165,
1848
+ "grad_norm": 1.96221125125885,
1849
+ "learning_rate": 9.9703012303776e-06,
1850
+ "loss": 0.4873,
1851
+ "step": 6450
1852
+ },
1853
+ {
1854
+ "epoch": 2.4723176785032455,
1855
+ "grad_norm": 1.6927087306976318,
1856
+ "learning_rate": 9.793522839768066e-06,
1857
+ "loss": 0.3795,
1858
+ "step": 6475
1859
+ },
1860
+ {
1861
+ "epoch": 2.4818633066055744,
1862
+ "grad_norm": 7.51122522354126,
1863
+ "learning_rate": 9.616744449158535e-06,
1864
+ "loss": 0.4095,
1865
+ "step": 6500
1866
+ },
1867
+ {
1868
+ "epoch": 2.491408934707904,
1869
+ "grad_norm": 0.06873871386051178,
1870
+ "learning_rate": 9.439966058549002e-06,
1871
+ "loss": 0.4527,
1872
+ "step": 6525
1873
+ },
1874
+ {
1875
+ "epoch": 2.5009545628102328,
1876
+ "grad_norm": 0.3129890263080597,
1877
+ "learning_rate": 9.263187667939471e-06,
1878
+ "loss": 0.3683,
1879
+ "step": 6550
1880
+ },
1881
+ {
1882
+ "epoch": 2.510500190912562,
1883
+ "grad_norm": 0.21196362376213074,
1884
+ "learning_rate": 9.08640927732994e-06,
1885
+ "loss": 0.4153,
1886
+ "step": 6575
1887
+ },
1888
+ {
1889
+ "epoch": 2.520045819014891,
1890
+ "grad_norm": 0.36541563272476196,
1891
+ "learning_rate": 8.909630886720407e-06,
1892
+ "loss": 0.3903,
1893
+ "step": 6600
1894
+ },
1895
+ {
1896
+ "epoch": 2.5295914471172205,
1897
+ "grad_norm": 8.781929969787598,
1898
+ "learning_rate": 8.732852496110876e-06,
1899
+ "loss": 0.37,
1900
+ "step": 6625
1901
+ },
1902
+ {
1903
+ "epoch": 2.5391370752195495,
1904
+ "grad_norm": 3.3782460689544678,
1905
+ "learning_rate": 8.556074105501343e-06,
1906
+ "loss": 0.394,
1907
+ "step": 6650
1908
+ },
1909
+ {
1910
+ "epoch": 2.5486827033218784,
1911
+ "grad_norm": 2.571878671646118,
1912
+ "learning_rate": 8.379295714891812e-06,
1913
+ "loss": 0.3002,
1914
+ "step": 6675
1915
+ },
1916
+ {
1917
+ "epoch": 2.558228331424208,
1918
+ "grad_norm": 0.6651304960250854,
1919
+ "learning_rate": 8.20251732428228e-06,
1920
+ "loss": 0.2164,
1921
+ "step": 6700
1922
+ },
1923
+ {
1924
+ "epoch": 2.5677739595265368,
1925
+ "grad_norm": 0.8912906050682068,
1926
+ "learning_rate": 8.025738933672748e-06,
1927
+ "loss": 0.4621,
1928
+ "step": 6725
1929
+ },
1930
+ {
1931
+ "epoch": 2.5773195876288657,
1932
+ "grad_norm": 7.837925434112549,
1933
+ "learning_rate": 7.848960543063217e-06,
1934
+ "loss": 0.3876,
1935
+ "step": 6750
1936
+ },
1937
+ {
1938
+ "epoch": 2.586865215731195,
1939
+ "grad_norm": 12.685746192932129,
1940
+ "learning_rate": 7.672182152453684e-06,
1941
+ "loss": 0.3219,
1942
+ "step": 6775
1943
+ },
1944
+ {
1945
+ "epoch": 2.5964108438335245,
1946
+ "grad_norm": 0.4601318836212158,
1947
+ "learning_rate": 7.495403761844153e-06,
1948
+ "loss": 0.3114,
1949
+ "step": 6800
1950
+ },
1951
+ {
1952
+ "epoch": 2.6059564719358534,
1953
+ "grad_norm": 14.409846305847168,
1954
+ "learning_rate": 7.318625371234621e-06,
1955
+ "loss": 0.3973,
1956
+ "step": 6825
1957
+ },
1958
+ {
1959
+ "epoch": 2.6155021000381824,
1960
+ "grad_norm": 3.2858171463012695,
1961
+ "learning_rate": 7.141846980625089e-06,
1962
+ "loss": 0.2882,
1963
+ "step": 6850
1964
+ },
1965
+ {
1966
+ "epoch": 2.625047728140512,
1967
+ "grad_norm": 6.5941901206970215,
1968
+ "learning_rate": 6.965068590015557e-06,
1969
+ "loss": 0.4302,
1970
+ "step": 6875
1971
+ },
1972
+ {
1973
+ "epoch": 2.6345933562428407,
1974
+ "grad_norm": 3.348790407180786,
1975
+ "learning_rate": 6.788290199406025e-06,
1976
+ "loss": 0.3969,
1977
+ "step": 6900
1978
+ },
1979
+ {
1980
+ "epoch": 2.6441389843451697,
1981
+ "grad_norm": 4.6731672286987305,
1982
+ "learning_rate": 6.611511808796493e-06,
1983
+ "loss": 0.4622,
1984
+ "step": 6925
1985
+ },
1986
+ {
1987
+ "epoch": 2.653684612447499,
1988
+ "grad_norm": 6.919814586639404,
1989
+ "learning_rate": 6.434733418186961e-06,
1990
+ "loss": 0.4073,
1991
+ "step": 6950
1992
+ },
1993
+ {
1994
+ "epoch": 2.663230240549828,
1995
+ "grad_norm": 0.3117620646953583,
1996
+ "learning_rate": 6.25795502757743e-06,
1997
+ "loss": 0.2941,
1998
+ "step": 6975
1999
+ },
2000
+ {
2001
+ "epoch": 2.6727758686521574,
2002
+ "grad_norm": 9.325462341308594,
2003
+ "learning_rate": 6.081176636967898e-06,
2004
+ "loss": 0.185,
2005
+ "step": 7000
2006
+ },
2007
+ {
2008
+ "epoch": 2.6823214967544864,
2009
+ "grad_norm": 5.677446365356445,
2010
+ "learning_rate": 5.904398246358366e-06,
2011
+ "loss": 0.3638,
2012
+ "step": 7025
2013
+ },
2014
+ {
2015
+ "epoch": 2.691867124856816,
2016
+ "grad_norm": 9.070378303527832,
2017
+ "learning_rate": 5.727619855748834e-06,
2018
+ "loss": 0.2228,
2019
+ "step": 7050
2020
+ },
2021
+ {
2022
+ "epoch": 2.7014127529591447,
2023
+ "grad_norm": 0.04487950727343559,
2024
+ "learning_rate": 5.550841465139302e-06,
2025
+ "loss": 0.4335,
2026
+ "step": 7075
2027
+ },
2028
+ {
2029
+ "epoch": 2.7109583810614737,
2030
+ "grad_norm": 5.6081013679504395,
2031
+ "learning_rate": 5.37406307452977e-06,
2032
+ "loss": 0.3926,
2033
+ "step": 7100
2034
+ },
2035
+ {
2036
+ "epoch": 2.720504009163803,
2037
+ "grad_norm": 9.620038986206055,
2038
+ "learning_rate": 5.1972846839202376e-06,
2039
+ "loss": 0.3399,
2040
+ "step": 7125
2041
+ },
2042
+ {
2043
+ "epoch": 2.730049637266132,
2044
+ "grad_norm": 6.807074546813965,
2045
+ "learning_rate": 5.020506293310706e-06,
2046
+ "loss": 0.325,
2047
+ "step": 7150
2048
+ },
2049
+ {
2050
+ "epoch": 2.739595265368461,
2051
+ "grad_norm": 4.536885738372803,
2052
+ "learning_rate": 4.843727902701174e-06,
2053
+ "loss": 0.2597,
2054
+ "step": 7175
2055
+ },
2056
+ {
2057
+ "epoch": 2.7491408934707904,
2058
+ "grad_norm": 1.0145533084869385,
2059
+ "learning_rate": 4.666949512091642e-06,
2060
+ "loss": 0.3867,
2061
+ "step": 7200
2062
+ },
2063
+ {
2064
+ "epoch": 2.7586865215731198,
2065
+ "grad_norm": 7.323050022125244,
2066
+ "learning_rate": 4.49017112148211e-06,
2067
+ "loss": 0.3497,
2068
+ "step": 7225
2069
+ },
2070
+ {
2071
+ "epoch": 2.7682321496754487,
2072
+ "grad_norm": 4.958881855010986,
2073
+ "learning_rate": 4.313392730872578e-06,
2074
+ "loss": 0.3986,
2075
+ "step": 7250
2076
+ },
2077
+ {
2078
+ "epoch": 2.7777777777777777,
2079
+ "grad_norm": 0.2114107459783554,
2080
+ "learning_rate": 4.136614340263046e-06,
2081
+ "loss": 0.5498,
2082
+ "step": 7275
2083
+ },
2084
+ {
2085
+ "epoch": 2.787323405880107,
2086
+ "grad_norm": 5.643067836761475,
2087
+ "learning_rate": 3.959835949653515e-06,
2088
+ "loss": 0.4156,
2089
+ "step": 7300
2090
+ },
2091
+ {
2092
+ "epoch": 2.796869033982436,
2093
+ "grad_norm": 4.4545392990112305,
2094
+ "learning_rate": 3.7830575590439827e-06,
2095
+ "loss": 0.3753,
2096
+ "step": 7325
2097
+ },
2098
+ {
2099
+ "epoch": 2.806414662084765,
2100
+ "grad_norm": 1.9792596101760864,
2101
+ "learning_rate": 3.606279168434451e-06,
2102
+ "loss": 0.3298,
2103
+ "step": 7350
2104
+ },
2105
+ {
2106
+ "epoch": 2.8159602901870944,
2107
+ "grad_norm": 5.517035484313965,
2108
+ "learning_rate": 3.429500777824919e-06,
2109
+ "loss": 0.3346,
2110
+ "step": 7375
2111
+ },
2112
+ {
2113
+ "epoch": 2.8255059182894233,
2114
+ "grad_norm": 0.44272342324256897,
2115
+ "learning_rate": 3.252722387215387e-06,
2116
+ "loss": 0.3044,
2117
+ "step": 7400
2118
+ },
2119
+ {
2120
+ "epoch": 2.8350515463917527,
2121
+ "grad_norm": 0.38276228308677673,
2122
+ "learning_rate": 3.075943996605855e-06,
2123
+ "loss": 0.4889,
2124
+ "step": 7425
2125
+ },
2126
+ {
2127
+ "epoch": 2.8445971744940817,
2128
+ "grad_norm": 8.356722831726074,
2129
+ "learning_rate": 2.899165605996323e-06,
2130
+ "loss": 0.4638,
2131
+ "step": 7450
2132
+ },
2133
+ {
2134
+ "epoch": 2.854142802596411,
2135
+ "grad_norm": 4.638859748840332,
2136
+ "learning_rate": 2.722387215386791e-06,
2137
+ "loss": 0.2617,
2138
+ "step": 7475
2139
+ },
2140
+ {
2141
+ "epoch": 2.86368843069874,
2142
+ "grad_norm": 3.0936622619628906,
2143
+ "learning_rate": 2.5456088247772595e-06,
2144
+ "loss": 0.2356,
2145
+ "step": 7500
2146
+ },
2147
+ {
2148
+ "epoch": 2.873234058801069,
2149
+ "grad_norm": 0.17107409238815308,
2150
+ "learning_rate": 2.3688304341677275e-06,
2151
+ "loss": 0.369,
2152
+ "step": 7525
2153
+ },
2154
+ {
2155
+ "epoch": 2.8827796869033984,
2156
+ "grad_norm": 3.591745376586914,
2157
+ "learning_rate": 2.1920520435581955e-06,
2158
+ "loss": 0.3562,
2159
+ "step": 7550
2160
+ },
2161
+ {
2162
+ "epoch": 2.8923253150057273,
2163
+ "grad_norm": 5.612440586090088,
2164
+ "learning_rate": 2.015273652948664e-06,
2165
+ "loss": 0.313,
2166
+ "step": 7575
2167
+ },
2168
+ {
2169
+ "epoch": 2.9018709431080563,
2170
+ "grad_norm": 6.346649169921875,
2171
+ "learning_rate": 1.838495262339132e-06,
2172
+ "loss": 0.3335,
2173
+ "step": 7600
2174
+ },
2175
+ {
2176
+ "epoch": 2.9114165712103857,
2177
+ "grad_norm": 5.032191753387451,
2178
+ "learning_rate": 1.6617168717295999e-06,
2179
+ "loss": 0.3034,
2180
+ "step": 7625
2181
+ },
2182
+ {
2183
+ "epoch": 2.9209621993127146,
2184
+ "grad_norm": 0.9331425428390503,
2185
+ "learning_rate": 1.4849384811200679e-06,
2186
+ "loss": 0.3184,
2187
+ "step": 7650
2188
+ },
2189
+ {
2190
+ "epoch": 2.930507827415044,
2191
+ "grad_norm": 0.6821147203445435,
2192
+ "learning_rate": 1.308160090510536e-06,
2193
+ "loss": 0.4349,
2194
+ "step": 7675
2195
+ },
2196
+ {
2197
+ "epoch": 2.940053455517373,
2198
+ "grad_norm": 1.1358468532562256,
2199
+ "learning_rate": 1.131381699901004e-06,
2200
+ "loss": 0.3712,
2201
+ "step": 7700
2202
+ },
2203
+ {
2204
+ "epoch": 2.9495990836197024,
2205
+ "grad_norm": 0.07542699575424194,
2206
+ "learning_rate": 9.546033092914723e-07,
2207
+ "loss": 0.2718,
2208
+ "step": 7725
2209
+ },
2210
+ {
2211
+ "epoch": 2.9591447117220313,
2212
+ "grad_norm": 4.9422607421875,
2213
+ "learning_rate": 7.778249186819404e-07,
2214
+ "loss": 0.1391,
2215
+ "step": 7750
2216
+ },
2217
+ {
2218
+ "epoch": 2.9686903398243603,
2219
+ "grad_norm": 0.34055715799331665,
2220
+ "learning_rate": 6.010465280724085e-07,
2221
+ "loss": 0.288,
2222
+ "step": 7775
2223
+ },
2224
+ {
2225
+ "epoch": 2.9782359679266897,
2226
+ "grad_norm": 6.950995445251465,
2227
+ "learning_rate": 4.2426813746287655e-07,
2228
+ "loss": 0.213,
2229
+ "step": 7800
2230
+ },
2231
+ {
2232
+ "epoch": 2.9877815960290186,
2233
+ "grad_norm": 7.761420726776123,
2234
+ "learning_rate": 2.474897468533447e-07,
2235
+ "loss": 0.3362,
2236
+ "step": 7825
2237
+ },
2238
+ {
2239
+ "epoch": 2.997327224131348,
2240
+ "grad_norm": 0.21115273237228394,
2241
+ "learning_rate": 7.071135624381275e-08,
2242
+ "loss": 0.3279,
2243
+ "step": 7850
2244
+ },
2245
+ {
2246
+ "epoch": 3.0,
2247
+ "eval_accuracy": 0.9289805269186713,
2248
+ "eval_f1_macro": 0.7242775388539527,
2249
+ "eval_f1_micro": 0.9289805269186713,
2250
+ "eval_f1_weighted": 0.9228868300266074,
2251
+ "eval_loss": 0.26649972796440125,
2252
+ "eval_precision_macro": 0.8358131483686612,
2253
+ "eval_precision_micro": 0.9289805269186713,
2254
+ "eval_precision_weighted": 0.9228054152229083,
2255
+ "eval_recall_macro": 0.687057008455895,
2256
+ "eval_recall_micro": 0.9289805269186713,
2257
+ "eval_recall_weighted": 0.9289805269186713,
2258
+ "eval_runtime": 30.8008,
2259
+ "eval_samples_per_second": 170.061,
2260
+ "eval_steps_per_second": 10.649,
2261
+ "step": 7857
2262
+ }
2263
+ ],
2264
+ "logging_steps": 25,
2265
+ "max_steps": 7857,
2266
+ "num_input_tokens_seen": 0,
2267
+ "num_train_epochs": 3,
2268
+ "save_steps": 500,
2269
+ "stateful_callbacks": {
2270
+ "EarlyStoppingCallback": {
2271
+ "args": {
2272
+ "early_stopping_patience": 5,
2273
+ "early_stopping_threshold": 0.01
2274
+ },
2275
+ "attributes": {
2276
+ "early_stopping_patience_counter": 0
2277
+ }
2278
+ },
2279
+ "TrainerControl": {
2280
+ "args": {
2281
+ "should_epoch_stop": false,
2282
+ "should_evaluate": false,
2283
+ "should_log": false,
2284
+ "should_save": true,
2285
+ "should_training_stop": true
2286
+ },
2287
+ "attributes": {}
2288
+ }
2289
+ },
2290
+ "total_flos": 1.7216523206291792e+19,
2291
+ "train_batch_size": 8,
2292
+ "trial_name": null,
2293
+ "trial_params": null
2294
+ }
checkpoint-7857/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3749794268f118243110bdc0dcbd4dc56ff07c21c690eac45e7dcb27598a017
3
+ size 5240
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-patch16-224",
3
+ "_num_labels": 12,
4
+ "architectures": [
5
+ "ViTForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "encoder_stride": 16,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "Appraisal Report",
14
+ "1": "Block",
15
+ "2": "Columns",
16
+ "3": "Commision Form",
17
+ "4": "Don't Know",
18
+ "5": "Free Text",
19
+ "6": "Lease Agreement",
20
+ "7": "MLS",
21
+ "8": "Offering Memo",
22
+ "9": "Profile",
23
+ "10": "Rent Roll",
24
+ "11": "Table"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 4096,
29
+ "label2id": {
30
+ "Appraisal Report": 0,
31
+ "Block": 1,
32
+ "Columns": 2,
33
+ "Commision Form": 3,
34
+ "Don't Know": 4,
35
+ "Free Text": 5,
36
+ "Lease Agreement": 6,
37
+ "MLS": 7,
38
+ "Offering Memo": 8,
39
+ "Profile": 9,
40
+ "Rent Roll": 10,
41
+ "Table": 11
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "model_type": "vit",
45
+ "num_attention_heads": 16,
46
+ "num_channels": 3,
47
+ "num_hidden_layers": 24,
48
+ "patch_size": 16,
49
+ "problem_type": "single_label_classification",
50
+ "qkv_bias": true,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.45.0"
53
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c641672cca7a15506444b1078bebc55c22172c08672245031cc1dac7853f7d1
3
+ size 1213302272
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Oct28_19-46-06_r-compstak-document-ai-fine-tuning-z11p1xee-34b24-oo9j1/events.out.tfevents.1730144768.r-compstak-document-ai-fine-tuning-z11p1xee-34b24-oo9j1.2258.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e8e039cb1057e8a4c29e88a0dc3176a73ddd13d8a0a306aa986e3a162f60305
3
- size 59013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022324a0ac41efe4caba0868fea67ceedc353b07b4ebc1076f166940b0b1b049
3
+ size 74548
runs/Oct28_19-46-06_r-compstak-document-ai-fine-tuning-z11p1xee-34b24-oo9j1/events.out.tfevents.1730146363.r-compstak-document-ai-fine-tuning-z11p1xee-34b24-oo9j1.2258.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec5380cc4236d798b08cfc48212c77c705c16d051243170b52709b952596422
3
+ size 921
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3749794268f118243110bdc0dcbd4dc56ff07c21c690eac45e7dcb27598a017
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "classify-google-basic-3/autotrain-data",
3
+ "model": "google/vit-large-patch16-224",
4
+ "username": "compstak",
5
+ "lr": 5e-05,
6
+ "epochs": 3,
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
+ "logging_steps": -1,
18
+ "project_name": "classify-google-basic-3",
19
+ "auto_find_batch_size": false,
20
+ "mixed_precision": "fp16",
21
+ "save_total_limit": 1,
22
+ "push_to_hub": true,
23
+ "eval_strategy": "epoch",
24
+ "image_column": "autotrain_image",
25
+ "target_column": "autotrain_label",
26
+ "log": "tensorboard",
27
+ "early_stopping_patience": 5,
28
+ "early_stopping_threshold": 0.01
29
+ }