ngwgsang commited on
Commit
336e56b
·
verified ·
1 Parent(s): 95b4f7d

Training in progress, epoch 1, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FPTAI/velectra-base-discriminator-cased",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "ElectraForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "embedding_size": 768,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "electra",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 0,
32
+ "position_embedding_type": "absolute",
33
+ "summary_activation": "gelu",
34
+ "summary_last_dropout": 0.1,
35
+ "summary_type": "first",
36
+ "summary_use_proj": true,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.44.2",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 32054
42
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde463bf311ac805eec2150338f697c9940a5c7a200ccc234d37162b4649aed5
3
+ size 442668636
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec1ab9ed8d43fdcf9ecea3365f7eeaacaae0d08b25b5e24189e5e1a81dde674e
3
+ size 885457146
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2477d3715e68f2549c9ecd6a18f4a17a0bfb0a625f50ce4fafa0aa2652affb1c
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b7251b468e4d3cb44eba0757f056754012975e532dc253bb53666972923e5b
3
+ size 1064
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 7.66294542948405,
3
+ "best_model_checkpoint": "./results/checkpoint-916",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 916,
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.1091703056768559,
13
+ "grad_norm": 23.31266975402832,
14
+ "learning_rate": 2.959061135371179e-05,
15
+ "loss": 57.4375,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.2183406113537118,
20
+ "grad_norm": 36.15751266479492,
21
+ "learning_rate": 2.918122270742358e-05,
22
+ "loss": 48.4816,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.32751091703056767,
27
+ "grad_norm": 44.80302047729492,
28
+ "learning_rate": 2.877183406113537e-05,
29
+ "loss": 37.1763,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.4366812227074236,
34
+ "grad_norm": 29.177419662475586,
35
+ "learning_rate": 2.8362445414847164e-05,
36
+ "loss": 25.613,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.5458515283842795,
41
+ "grad_norm": 42.395999908447266,
42
+ "learning_rate": 2.7953056768558954e-05,
43
+ "loss": 16.5535,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.6550218340611353,
48
+ "grad_norm": 41.26911926269531,
49
+ "learning_rate": 2.7543668122270742e-05,
50
+ "loss": 12.1195,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.7641921397379913,
55
+ "grad_norm": 85.68878173828125,
56
+ "learning_rate": 2.7134279475982533e-05,
57
+ "loss": 9.5989,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.8733624454148472,
62
+ "grad_norm": 29.508316040039062,
63
+ "learning_rate": 2.6724890829694323e-05,
64
+ "loss": 8.008,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.982532751091703,
69
+ "grad_norm": 47.07627868652344,
70
+ "learning_rate": 2.6315502183406114e-05,
71
+ "loss": 7.4156,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 1.0,
76
+ "eval_avg_mae": 7.66294542948405,
77
+ "eval_loss": 7.66294527053833,
78
+ "eval_mae_lex": 7.354457378387451,
79
+ "eval_mae_sem": 5.690549373626709,
80
+ "eval_mae_syn": 9.943828582763672,
81
+ "eval_runtime": 26.9061,
82
+ "eval_samples_per_second": 272.318,
83
+ "eval_steps_per_second": 8.511,
84
+ "step": 916
85
+ }
86
+ ],
87
+ "logging_steps": 100,
88
+ "max_steps": 7328,
89
+ "num_input_tokens_seen": 0,
90
+ "num_train_epochs": 8,
91
+ "save_steps": 500,
92
+ "stateful_callbacks": {
93
+ "TrainerControl": {
94
+ "args": {
95
+ "should_epoch_stop": false,
96
+ "should_evaluate": false,
97
+ "should_log": false,
98
+ "should_save": true,
99
+ "should_training_stop": false
100
+ },
101
+ "attributes": {}
102
+ }
103
+ },
104
+ "total_flos": 1927766233338624.0,
105
+ "train_batch_size": 32,
106
+ "trial_name": null,
107
+ "trial_params": null
108
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aec1e778f9115caa4cace59b9d9ceebc1c6ef6b183b8ddbe4896f4510d7246ed
3
+ size 5176