cheddarchoi commited on
Commit
cbb5af4
·
verified ·
1 Parent(s): 5646d97

Upload folder using huggingface_hub

Browse files
checkpoint-2997/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
26
+ "position_embedding_type": "absolute",
27
+ "problem_type": "regression",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.44.2",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 30522
33
+ }
checkpoint-2997/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96a4c1c5e7487b6e911c08a9dd8ed81e3d85c5d8a1a13ec31318d95483e5211
3
+ size 437955572
checkpoint-2997/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0adcb4c6e3767672d8858138522bf36b83cf8e67ddf80aa3b79745be654ba60
3
+ size 876032250
checkpoint-2997/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15868a90ef3e62ff16238f9b84e62db191fc1cfe5f22ed15683108ead25d7cc7
3
+ size 14244
checkpoint-2997/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf4ba443321f156cf775f416da09fe5e969b14aea6958b16d75e0e256be6b3c
3
+ size 1064
checkpoint-2997/trainer_state.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 2000,
6
+ "global_step": 2997,
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.2002002002002002,
13
+ "grad_norm": 1.730615258216858,
14
+ "learning_rate": 4.827407663099758e-05,
15
+ "loss": 0.1121,
16
+ "step": 200
17
+ },
18
+ {
19
+ "epoch": 0.4004004004004004,
20
+ "grad_norm": 2.940678358078003,
21
+ "learning_rate": 4.482222989299275e-05,
22
+ "loss": 0.1164,
23
+ "step": 400
24
+ },
25
+ {
26
+ "epoch": 0.6006006006006006,
27
+ "grad_norm": 2.0178420543670654,
28
+ "learning_rate": 4.137038315498792e-05,
29
+ "loss": 0.1169,
30
+ "step": 600
31
+ },
32
+ {
33
+ "epoch": 0.8008008008008008,
34
+ "grad_norm": 3.802590847015381,
35
+ "learning_rate": 3.791853641698308e-05,
36
+ "loss": 0.1136,
37
+ "step": 800
38
+ },
39
+ {
40
+ "epoch": 1.001001001001001,
41
+ "grad_norm": 2.495525360107422,
42
+ "learning_rate": 3.446668967897825e-05,
43
+ "loss": 0.1171,
44
+ "step": 1000
45
+ },
46
+ {
47
+ "epoch": 1.2012012012012012,
48
+ "grad_norm": 1.5867379903793335,
49
+ "learning_rate": 3.101484294097342e-05,
50
+ "loss": 0.0843,
51
+ "step": 1200
52
+ },
53
+ {
54
+ "epoch": 1.4014014014014013,
55
+ "grad_norm": 5.485960960388184,
56
+ "learning_rate": 2.756299620296859e-05,
57
+ "loss": 0.0873,
58
+ "step": 1400
59
+ },
60
+ {
61
+ "epoch": 1.6016016016016015,
62
+ "grad_norm": 3.2986955642700195,
63
+ "learning_rate": 2.4111149464963755e-05,
64
+ "loss": 0.0855,
65
+ "step": 1600
66
+ },
67
+ {
68
+ "epoch": 1.8018018018018018,
69
+ "grad_norm": 1.8128502368927002,
70
+ "learning_rate": 2.0659302726958925e-05,
71
+ "loss": 0.0843,
72
+ "step": 1800
73
+ },
74
+ {
75
+ "epoch": 2.002002002002002,
76
+ "grad_norm": 3.2942447662353516,
77
+ "learning_rate": 1.720745598895409e-05,
78
+ "loss": 0.084,
79
+ "step": 2000
80
+ },
81
+ {
82
+ "epoch": 2.002002002002002,
83
+ "eval_accuracy": 0.0,
84
+ "eval_loss": 0.21560150384902954,
85
+ "eval_runtime": 1.2891,
86
+ "eval_samples_per_second": 6199.057,
87
+ "eval_steps_per_second": 96.969,
88
+ "step": 2000
89
+ },
90
+ {
91
+ "epoch": 2.2022022022022023,
92
+ "grad_norm": 2.1141810417175293,
93
+ "learning_rate": 1.375560925094926e-05,
94
+ "loss": 0.0558,
95
+ "step": 2200
96
+ },
97
+ {
98
+ "epoch": 2.4024024024024024,
99
+ "grad_norm": 1.59791100025177,
100
+ "learning_rate": 1.0303762512944426e-05,
101
+ "loss": 0.0577,
102
+ "step": 2400
103
+ },
104
+ {
105
+ "epoch": 2.6026026026026026,
106
+ "grad_norm": 1.3982253074645996,
107
+ "learning_rate": 6.8519157749395936e-06,
108
+ "loss": 0.0579,
109
+ "step": 2600
110
+ },
111
+ {
112
+ "epoch": 2.8028028028028027,
113
+ "grad_norm": 2.2633321285247803,
114
+ "learning_rate": 3.4000690369347603e-06,
115
+ "loss": 0.0559,
116
+ "step": 2800
117
+ }
118
+ ],
119
+ "logging_steps": 200,
120
+ "max_steps": 2997,
121
+ "num_input_tokens_seen": 0,
122
+ "num_train_epochs": 3,
123
+ "save_steps": 4000,
124
+ "stateful_callbacks": {
125
+ "TrainerControl": {
126
+ "args": {
127
+ "should_epoch_stop": false,
128
+ "should_evaluate": false,
129
+ "should_log": false,
130
+ "should_save": true,
131
+ "should_training_stop": true
132
+ },
133
+ "attributes": {}
134
+ }
135
+ },
136
+ "total_flos": 246379193967870.0,
137
+ "train_batch_size": 32,
138
+ "trial_name": null,
139
+ "trial_params": null
140
+ }
checkpoint-2997/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98debd4cd74f325a683625aa96d903d59a8b229450f46a2f15d60b21af34c73c
3
+ size 5176