xihajun commited on
Commit
f8e2f01
1 Parent(s): b10af48

Upload BertForQuestionAnswering

Browse files
Files changed (2) hide show
  1. config.json +143 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "twmkn9/bert-base-uncased-squad2",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "output_past": true,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "pruned_heads": {
22
+ "0": [
23
+ 1,
24
+ 2,
25
+ 5,
26
+ 9
27
+ ],
28
+ "1": [
29
+ 1,
30
+ 2,
31
+ 3,
32
+ 7,
33
+ 8,
34
+ 9
35
+ ],
36
+ "2": [
37
+ 1,
38
+ 2,
39
+ 3,
40
+ 4,
41
+ 7,
42
+ 8,
43
+ 10,
44
+ 11
45
+ ],
46
+ "3": [
47
+ 1,
48
+ 2,
49
+ 3,
50
+ 4,
51
+ 6,
52
+ 10,
53
+ 11
54
+ ],
55
+ "4": [
56
+ 0,
57
+ 2,
58
+ 4,
59
+ 6,
60
+ 7,
61
+ 8,
62
+ 9,
63
+ 10,
64
+ 11
65
+ ],
66
+ "5": [
67
+ 0,
68
+ 1,
69
+ 2,
70
+ 3,
71
+ 4,
72
+ 5,
73
+ 6,
74
+ 7,
75
+ 8,
76
+ 11
77
+ ],
78
+ "6": [
79
+ 0,
80
+ 1,
81
+ 2,
82
+ 3,
83
+ 6,
84
+ 7,
85
+ 8,
86
+ 10
87
+ ],
88
+ "7": [
89
+ 0,
90
+ 1,
91
+ 2,
92
+ 3,
93
+ 6,
94
+ 7,
95
+ 11
96
+ ],
97
+ "8": [
98
+ 0,
99
+ 1,
100
+ 2,
101
+ 3,
102
+ 4,
103
+ 7
104
+ ],
105
+ "9": [
106
+ 1,
107
+ 3,
108
+ 4,
109
+ 5,
110
+ 7,
111
+ 8,
112
+ 9,
113
+ 10,
114
+ 11
115
+ ],
116
+ "10": [
117
+ 1,
118
+ 2,
119
+ 3,
120
+ 4,
121
+ 5,
122
+ 7,
123
+ 8,
124
+ 9
125
+ ],
126
+ "11": [
127
+ 0,
128
+ 2,
129
+ 3,
130
+ 5,
131
+ 6,
132
+ 7,
133
+ 8,
134
+ 10,
135
+ 11
136
+ ]
137
+ },
138
+ "torch_dtype": "float32",
139
+ "transformers_version": "4.33.1",
140
+ "type_vocab_size": 2,
141
+ "use_cache": true,
142
+ "vocab_size": 30522
143
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:299799d22951856538d92f8364c86c16fb09d6cf09297c8cab4f766011ddef00
3
+ size 364003241