mengzhouxia commited on
Commit
a596f58
·
1 Parent(s): 25a4637

first commit

Browse files
Files changed (4) hide show
  1. config.json +109 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +1 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NewBertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "decompose_qk": false,
7
+ "decompose_vo": false,
8
+ "do_distill": true,
9
+ "do_emb_distill": false,
10
+ "do_layer_distill": true,
11
+ "do_mha_distill": false,
12
+ "do_mha_layer_distill": false,
13
+ "finetuning_task": "qnli",
14
+ "gradient_checkpointing": false,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.1,
17
+ "hidden_size": 768,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
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
+ "pruned_heads": {
29
+ "0": [
30
+ 5
31
+ ],
32
+ "1": [
33
+ 3
34
+ ],
35
+ "2": [
36
+ 1,
37
+ 2,
38
+ 3,
39
+ 4,
40
+ 5,
41
+ 7,
42
+ 8,
43
+ 10,
44
+ 11
45
+ ],
46
+ "3": [
47
+ 4
48
+ ],
49
+ "4": [
50
+ 8,
51
+ 10,
52
+ 4,
53
+ 5
54
+ ],
55
+ "5": [
56
+ 0,
57
+ 1,
58
+ 6
59
+ ],
60
+ "6": [
61
+ 1,
62
+ 10,
63
+ 3
64
+ ],
65
+ "7": [
66
+ 0,
67
+ 1,
68
+ 2,
69
+ 3,
70
+ 4,
71
+ 5,
72
+ 6,
73
+ 7,
74
+ 8,
75
+ 11
76
+ ],
77
+ "8": [
78
+ 0
79
+ ],
80
+ "9": [
81
+ 2,
82
+ 3,
83
+ 4,
84
+ 5,
85
+ 7,
86
+ 9,
87
+ 10
88
+ ],
89
+ "10": [
90
+ 1,
91
+ 4,
92
+ 6,
93
+ 8,
94
+ 9
95
+ ],
96
+ "11": [
97
+ 0,
98
+ 3,
99
+ 8,
100
+ 10,
101
+ 11
102
+ ]
103
+ },
104
+ "qk_denominator": "ori",
105
+ "sephidden_pruned": false,
106
+ "transform_embedding": false,
107
+ "type_vocab_size": 2,
108
+ "vocab_size": 30522
109
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84aa04b7eb521bcc731601ade905a9f1e3c959504bd07ce36b00c33be9bcc1ec
3
+ size 233390027
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "model_max_length": 512}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff