shre-db commited on
Commit
64ac5c6
1 Parent(s): 0c9e402

Add checkpoint

Browse files
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.30.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e1849e6b0ceae742d3bdeaceeebda3b1929e1911cc6fe2cdda518a4348f4917
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee49f24f5fd140b6aca1adc82bec788a2daad6286d689b0bd46062f548a7ffcf
3
+ size 627
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
trainer_state.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.88,
5
+ "global_step": 9000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.16,
12
+ "learning_rate": 4.7333333333333336e-05,
13
+ "loss": 0.4226,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.32,
18
+ "learning_rate": 4.466666666666667e-05,
19
+ "loss": 0.3551,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.48,
24
+ "learning_rate": 4.2e-05,
25
+ "loss": 0.3366,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.64,
30
+ "learning_rate": 3.933333333333333e-05,
31
+ "loss": 0.3058,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.8,
36
+ "learning_rate": 3.6666666666666666e-05,
37
+ "loss": 0.2993,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.96,
42
+ "learning_rate": 3.4000000000000007e-05,
43
+ "loss": 0.3112,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_accuracy": 0.921,
49
+ "eval_loss": 0.23617929220199585,
50
+ "eval_runtime": 800.1431,
51
+ "eval_samples_per_second": 31.244,
52
+ "eval_steps_per_second": 3.906,
53
+ "step": 3125
54
+ },
55
+ {
56
+ "epoch": 1.12,
57
+ "learning_rate": 3.1333333333333334e-05,
58
+ "loss": 0.2277,
59
+ "step": 3500
60
+ },
61
+ {
62
+ "epoch": 1.28,
63
+ "learning_rate": 2.8666666666666668e-05,
64
+ "loss": 0.2069,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 1.44,
69
+ "learning_rate": 2.6000000000000002e-05,
70
+ "loss": 0.1996,
71
+ "step": 4500
72
+ },
73
+ {
74
+ "epoch": 1.6,
75
+ "learning_rate": 2.3333333333333336e-05,
76
+ "loss": 0.1761,
77
+ "step": 5000
78
+ },
79
+ {
80
+ "epoch": 1.76,
81
+ "learning_rate": 2.0666666666666666e-05,
82
+ "loss": 0.1696,
83
+ "step": 5500
84
+ },
85
+ {
86
+ "epoch": 1.92,
87
+ "learning_rate": 1.8e-05,
88
+ "loss": 0.1994,
89
+ "step": 6000
90
+ },
91
+ {
92
+ "epoch": 2.0,
93
+ "eval_accuracy": 0.93344,
94
+ "eval_loss": 0.30366918444633484,
95
+ "eval_runtime": 801.421,
96
+ "eval_samples_per_second": 31.195,
97
+ "eval_steps_per_second": 3.899,
98
+ "step": 6250
99
+ },
100
+ {
101
+ "epoch": 2.08,
102
+ "learning_rate": 1.5333333333333334e-05,
103
+ "loss": 0.136,
104
+ "step": 6500
105
+ },
106
+ {
107
+ "epoch": 2.24,
108
+ "learning_rate": 1.2666666666666668e-05,
109
+ "loss": 0.0866,
110
+ "step": 7000
111
+ },
112
+ {
113
+ "epoch": 2.4,
114
+ "learning_rate": 1e-05,
115
+ "loss": 0.0818,
116
+ "step": 7500
117
+ },
118
+ {
119
+ "epoch": 2.56,
120
+ "learning_rate": 7.333333333333334e-06,
121
+ "loss": 0.0716,
122
+ "step": 8000
123
+ },
124
+ {
125
+ "epoch": 2.72,
126
+ "learning_rate": 4.666666666666667e-06,
127
+ "loss": 0.0733,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 2.88,
132
+ "learning_rate": 2.0000000000000003e-06,
133
+ "loss": 0.058,
134
+ "step": 9000
135
+ }
136
+ ],
137
+ "max_steps": 9375,
138
+ "num_train_epochs": 3,
139
+ "total_flos": 1.785774199386624e+16,
140
+ "trial_name": null,
141
+ "trial_params": null
142
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d290b6e6465ba565f6fa7a7fa7527ca19422dee29308edcb5447d921407c5f6e
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff