jam15 commited on
Commit
d470c9e
1 Parent(s): f94af98

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "adapters": {
4
+ "adapters": {
5
+ "classification_adapter": "9076f36a74755ac4"
6
+ },
7
+ "config_map": {
8
+ "9076f36a74755ac4": {
9
+ "adapter_residual_before_ln": false,
10
+ "cross_adapter": false,
11
+ "factorized_phm_W": true,
12
+ "factorized_phm_rule": false,
13
+ "hypercomplex_nonlinearity": "glorot-uniform",
14
+ "init_weights": "bert",
15
+ "inv_adapter": null,
16
+ "inv_adapter_reduction_factor": null,
17
+ "is_parallel": false,
18
+ "learn_phm": true,
19
+ "leave_out": [],
20
+ "ln_after": false,
21
+ "ln_before": false,
22
+ "mh_adapter": false,
23
+ "non_linearity": "relu",
24
+ "original_ln_after": true,
25
+ "original_ln_before": true,
26
+ "output_adapter": true,
27
+ "phm_bias": true,
28
+ "phm_c_init": "normal",
29
+ "phm_dim": 4,
30
+ "phm_init_range": 0.0001,
31
+ "phm_layer": false,
32
+ "phm_rank": 1,
33
+ "reduction_factor": 16,
34
+ "residual_before_ln": true,
35
+ "scaling": 1.0,
36
+ "shared_W_phm": false,
37
+ "shared_phm_rule": true,
38
+ "use_gating": false
39
+ }
40
+ },
41
+ "fusion_config_map": {},
42
+ "fusions": {}
43
+ },
44
+ "architectures": [
45
+ "BertModelWithHeads"
46
+ ],
47
+ "attention_probs_dropout_prob": 0.1,
48
+ "classifier_dropout": null,
49
+ "gradient_checkpointing": false,
50
+ "hidden_act": "gelu",
51
+ "hidden_dropout_prob": 0.1,
52
+ "hidden_size": 768,
53
+ "id2label": {
54
+ "0": "LABEL_0",
55
+ "1": "LABEL_1",
56
+ "2": "LABEL_2",
57
+ "3": "LABEL_3",
58
+ "4": "LABEL_4",
59
+ "5": "LABEL_5",
60
+ "6": "LABEL_6",
61
+ "7": "LABEL_7",
62
+ "8": "LABEL_8",
63
+ "9": "LABEL_9",
64
+ "10": "LABEL_10",
65
+ "11": "LABEL_11",
66
+ "12": "LABEL_12",
67
+ "13": "LABEL_13",
68
+ "14": "LABEL_14",
69
+ "15": "LABEL_15",
70
+ "16": "LABEL_16",
71
+ "17": "LABEL_17",
72
+ "18": "LABEL_18",
73
+ "19": "LABEL_19",
74
+ "20": "LABEL_20",
75
+ "21": "LABEL_21",
76
+ "22": "LABEL_22",
77
+ "23": "LABEL_23",
78
+ "24": "LABEL_24",
79
+ "25": "LABEL_25",
80
+ "26": "LABEL_26",
81
+ "27": "LABEL_27",
82
+ "28": "LABEL_28",
83
+ "29": "LABEL_29"
84
+ },
85
+ "initializer_range": 0.02,
86
+ "intermediate_size": 3072,
87
+ "label2id": {
88
+ "LABEL_0": 0,
89
+ "LABEL_1": 1,
90
+ "LABEL_10": 10,
91
+ "LABEL_11": 11,
92
+ "LABEL_12": 12,
93
+ "LABEL_13": 13,
94
+ "LABEL_14": 14,
95
+ "LABEL_15": 15,
96
+ "LABEL_16": 16,
97
+ "LABEL_17": 17,
98
+ "LABEL_18": 18,
99
+ "LABEL_19": 19,
100
+ "LABEL_2": 2,
101
+ "LABEL_20": 20,
102
+ "LABEL_21": 21,
103
+ "LABEL_22": 22,
104
+ "LABEL_23": 23,
105
+ "LABEL_24": 24,
106
+ "LABEL_25": 25,
107
+ "LABEL_26": 26,
108
+ "LABEL_27": 27,
109
+ "LABEL_28": 28,
110
+ "LABEL_29": 29,
111
+ "LABEL_3": 3,
112
+ "LABEL_4": 4,
113
+ "LABEL_5": 5,
114
+ "LABEL_6": 6,
115
+ "LABEL_7": 7,
116
+ "LABEL_8": 8,
117
+ "LABEL_9": 9
118
+ },
119
+ "layer_norm_eps": 1e-12,
120
+ "max_position_embeddings": 512,
121
+ "model_type": "bert",
122
+ "num_attention_heads": 12,
123
+ "num_hidden_layers": 12,
124
+ "pad_token_id": 0,
125
+ "position_embedding_type": "absolute",
126
+ "prediction_heads": {
127
+ "classification_adapter": {
128
+ "activation_function": "tanh",
129
+ "bias": true,
130
+ "head_type": "classification",
131
+ "label2id": {
132
+ "LABEL_0": 0,
133
+ "LABEL_1": 1,
134
+ "LABEL_10": 10,
135
+ "LABEL_11": 11,
136
+ "LABEL_12": 12,
137
+ "LABEL_13": 13,
138
+ "LABEL_14": 14,
139
+ "LABEL_15": 15,
140
+ "LABEL_16": 16,
141
+ "LABEL_17": 17,
142
+ "LABEL_18": 18,
143
+ "LABEL_19": 19,
144
+ "LABEL_2": 2,
145
+ "LABEL_20": 20,
146
+ "LABEL_21": 21,
147
+ "LABEL_22": 22,
148
+ "LABEL_23": 23,
149
+ "LABEL_24": 24,
150
+ "LABEL_25": 25,
151
+ "LABEL_26": 26,
152
+ "LABEL_27": 27,
153
+ "LABEL_28": 28,
154
+ "LABEL_29": 29,
155
+ "LABEL_3": 3,
156
+ "LABEL_4": 4,
157
+ "LABEL_5": 5,
158
+ "LABEL_6": 6,
159
+ "LABEL_7": 7,
160
+ "LABEL_8": 8,
161
+ "LABEL_9": 9
162
+ },
163
+ "layers": 2,
164
+ "num_labels": 30,
165
+ "use_pooler": false
166
+ }
167
+ },
168
+ "torch_dtype": "float32",
169
+ "transformers_version": "4.26.1",
170
+ "type_vocab_size": 2,
171
+ "use_cache": true,
172
+ "vocab_size": 30522
173
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec6a0986467fb1c45386a3eb815a4b31fd27567b128e7c80f168e6fb3930e20
3
+ size 444053117
runs/Jun14_03-05-36_f4bc99bdcb92/1718334375.9021647/events.out.tfevents.1718334375.f4bc99bdcb92.259.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1273e00e921bdae25c61ff05afdd2f06332345b3257acf84ce02b3445fade3af
3
+ size 5757
runs/Jun14_03-05-36_f4bc99bdcb92/events.out.tfevents.1718334375.f4bc99bdcb92.259.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a6dc7b005e3055208b6fdf1c8736b6a454f1977ea7bb110b3310f80795cb38c
3
+ size 4184
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56868fc71429cf82510c02405541c99ca448c7c5be43a8c84c3bb591b80a3bf9
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff