ChrisZeng commited on
Commit
bce47a6
1 Parent(s): 6c6a92c

Training in progress, epoch 5

Browse files
checkpoint-1260/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ynie/electra-large-discriminator-snli_mnli_fever_anli_R1_R2_R3-nli",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 1024,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "neutral",
15
+ "2": "contradiction"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 4096,
19
+ "label2id": {
20
+ "contradiction": 2,
21
+ "entailment": 0,
22
+ "neutral": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "electra",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "multi_label_classification",
32
+ "summary_activation": "gelu",
33
+ "summary_last_dropout": 0.1,
34
+ "summary_type": "first",
35
+ "summary_use_proj": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.17.0",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 30522
41
+ }
checkpoint-1260/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2986a235340ff04c413330e06c0dd72a7c807a7ad432392d0ad54df95198c2a0
3
+ size 2681386461
checkpoint-1260/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19713b49325edf11a1fe5ff51ef390e8c6f30a9b95f0d443f1101380add89b7e
3
+ size 1340745837
checkpoint-1260/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e705bfb70bd63412430215e6da073f98f5616df7314154b273e9650a21a3b44
3
+ size 14503
checkpoint-1260/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abfe40649951da5240ce767573f927b69c80c7975ad7b2e7236fa42179ea6708
3
+ size 559
checkpoint-1260/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c25a43600a3a51d0ab4f7211974b7d7ba7621da2202b0a192c544e679068811d
3
+ size 623
checkpoint-1260/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
checkpoint-1260/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1260/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "normalization": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "google/electra-large-discriminator", "tokenizer_class": "ElectraTokenizer"}
checkpoint-1260/trainer_state.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3247086703777313,
3
+ "best_model_checkpoint": "outputs/electra-nli-efl/checkpoint-1050",
4
+ "epoch": 5.995555555555556,
5
+ "global_step": 1260,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 9.499999999999999e-07,
13
+ "loss": 0.4175,
14
+ "step": 210
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.7316666666666667,
19
+ "eval_f1": 0.7305281480923569,
20
+ "eval_loss": 0.4019607603549957,
21
+ "eval_runtime": 11.5986,
22
+ "eval_samples_per_second": 258.651,
23
+ "eval_steps_per_second": 32.331,
24
+ "step": 210
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 9e-07,
29
+ "loss": 0.3061,
30
+ "step": 420
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.768,
35
+ "eval_f1": 0.7674936528439713,
36
+ "eval_loss": 0.3519645631313324,
37
+ "eval_runtime": 11.6033,
38
+ "eval_samples_per_second": 258.548,
39
+ "eval_steps_per_second": 32.319,
40
+ "step": 420
41
+ },
42
+ {
43
+ "epoch": 3.0,
44
+ "learning_rate": 8.499999999999999e-07,
45
+ "loss": 0.2588,
46
+ "step": 630
47
+ },
48
+ {
49
+ "epoch": 3.0,
50
+ "eval_accuracy": 0.79,
51
+ "eval_f1": 0.7887799932409598,
52
+ "eval_loss": 0.32531991600990295,
53
+ "eval_runtime": 11.5951,
54
+ "eval_samples_per_second": 258.729,
55
+ "eval_steps_per_second": 32.341,
56
+ "step": 630
57
+ },
58
+ {
59
+ "epoch": 4.0,
60
+ "learning_rate": 8e-07,
61
+ "loss": 0.234,
62
+ "step": 840
63
+ },
64
+ {
65
+ "epoch": 4.0,
66
+ "eval_accuracy": 0.788,
67
+ "eval_f1": 0.7877041067016072,
68
+ "eval_loss": 0.33730262517929077,
69
+ "eval_runtime": 11.6935,
70
+ "eval_samples_per_second": 256.553,
71
+ "eval_steps_per_second": 32.069,
72
+ "step": 840
73
+ },
74
+ {
75
+ "epoch": 5.0,
76
+ "learning_rate": 7.5e-07,
77
+ "loss": 0.2116,
78
+ "step": 1050
79
+ },
80
+ {
81
+ "epoch": 5.0,
82
+ "eval_accuracy": 0.804,
83
+ "eval_f1": 0.8032759681298146,
84
+ "eval_loss": 0.3247086703777313,
85
+ "eval_runtime": 11.5938,
86
+ "eval_samples_per_second": 258.758,
87
+ "eval_steps_per_second": 32.345,
88
+ "step": 1050
89
+ },
90
+ {
91
+ "epoch": 6.0,
92
+ "learning_rate": 7e-07,
93
+ "loss": 0.1974,
94
+ "step": 1260
95
+ },
96
+ {
97
+ "epoch": 6.0,
98
+ "eval_accuracy": 0.793,
99
+ "eval_f1": 0.7928414316247181,
100
+ "eval_loss": 0.34000951051712036,
101
+ "eval_runtime": 11.6038,
102
+ "eval_samples_per_second": 258.537,
103
+ "eval_steps_per_second": 32.317,
104
+ "step": 1260
105
+ }
106
+ ],
107
+ "max_steps": 4200,
108
+ "num_train_epochs": 20,
109
+ "total_flos": 2.494171282352371e+16,
110
+ "trial_name": null,
111
+ "trial_params": null
112
+ }
checkpoint-1260/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c104103a95a8e00f67dc451eba8bec78c0cbf934c84f4059200155cf9a45b752
3
+ size 3119
checkpoint-1260/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a56152b3f957c40395ce513756d0cf478e2255872b392588abc698da829ea64
3
  size 1340745837
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19713b49325edf11a1fe5ff51ef390e8c6f30a9b95f0d443f1101380add89b7e
3
  size 1340745837