mengzhouxia commited on
Commit
bd503bc
1 Parent(s): 0bc7438

first commit

Browse files
Files changed (4) hide show
  1. config.json +192 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +1 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/n/fs/nlp-mengzhou/space2/out/CoLA/CoFi-test-v3/CoLA_sparsity0.95_reglr0.01_ce0.5_layerdistillv3",
3
+ "architectures": [
4
+ "CoFiBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "do_layer_distill": true,
9
+ "finetuning_task": "cola",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "label2id": {
17
+ "0": 0,
18
+ "1": 1
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
+ "output_attentions": true,
26
+ "output_hidden_states": true,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "pruned_heads": {
30
+ "0": [
31
+ 0,
32
+ 1,
33
+ 2,
34
+ 4,
35
+ 5,
36
+ 6,
37
+ 7,
38
+ 8,
39
+ 9,
40
+ 11
41
+ ],
42
+ "1": [
43
+ 0,
44
+ 1,
45
+ 2,
46
+ 3,
47
+ 4,
48
+ 5,
49
+ 6,
50
+ 7,
51
+ 8,
52
+ 9,
53
+ 10,
54
+ 11
55
+ ],
56
+ "2": [
57
+ 0,
58
+ 2,
59
+ 3,
60
+ 4,
61
+ 5,
62
+ 6,
63
+ 7,
64
+ 8,
65
+ 10,
66
+ 11
67
+ ],
68
+ "3": [
69
+ 0,
70
+ 1,
71
+ 2,
72
+ 3,
73
+ 4,
74
+ 6,
75
+ 7,
76
+ 8,
77
+ 10,
78
+ 11
79
+ ],
80
+ "4": [
81
+ 0,
82
+ 1,
83
+ 2,
84
+ 3,
85
+ 4,
86
+ 5,
87
+ 6,
88
+ 7,
89
+ 8,
90
+ 9,
91
+ 10,
92
+ 11
93
+ ],
94
+ "5": [
95
+ 0,
96
+ 1,
97
+ 2,
98
+ 3,
99
+ 4,
100
+ 5,
101
+ 6,
102
+ 7,
103
+ 8,
104
+ 9,
105
+ 10,
106
+ 11
107
+ ],
108
+ "6": [
109
+ 0,
110
+ 1,
111
+ 3,
112
+ 4,
113
+ 5,
114
+ 6,
115
+ 7,
116
+ 8,
117
+ 9,
118
+ 11
119
+ ],
120
+ "7": [
121
+ 0,
122
+ 1,
123
+ 2,
124
+ 3,
125
+ 4,
126
+ 5,
127
+ 6,
128
+ 7,
129
+ 8,
130
+ 9,
131
+ 10,
132
+ 11
133
+ ],
134
+ "8": [
135
+ 0,
136
+ 1,
137
+ 2,
138
+ 3,
139
+ 5,
140
+ 6,
141
+ 7,
142
+ 9,
143
+ 10,
144
+ 11
145
+ ],
146
+ "9": [
147
+ 0,
148
+ 1,
149
+ 2,
150
+ 3,
151
+ 4,
152
+ 5,
153
+ 6,
154
+ 7,
155
+ 8,
156
+ 9,
157
+ 10,
158
+ 11
159
+ ],
160
+ "10": [
161
+ 0,
162
+ 1,
163
+ 2,
164
+ 3,
165
+ 5,
166
+ 6,
167
+ 8,
168
+ 9,
169
+ 10,
170
+ 11
171
+ ],
172
+ "11": [
173
+ 0,
174
+ 1,
175
+ 2,
176
+ 3,
177
+ 4,
178
+ 5,
179
+ 6,
180
+ 7,
181
+ 8,
182
+ 9,
183
+ 10,
184
+ 11
185
+ ]
186
+ },
187
+ "torch_dtype": "float32",
188
+ "transformers_version": "4.17.0.dev0",
189
+ "type_vocab_size": 2,
190
+ "use_cache": true,
191
+ "vocab_size": 30522
192
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1b1757b7de2f295dd609f359f74b789df52084d604dcf2387e70e9b3e89820
3
+ size 116140737
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, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff