Update config.json
Browse files- config.json +48 -0
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "funnel-transformer/intermediate",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"architectures": [
|
5 |
+
"FunnelForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"attention_type": "relative_shift",
|
9 |
+
"block_repeats": [
|
10 |
+
1,
|
11 |
+
1,
|
12 |
+
1
|
13 |
+
],
|
14 |
+
"block_sizes": [
|
15 |
+
6,
|
16 |
+
6,
|
17 |
+
6
|
18 |
+
],
|
19 |
+
"d_head": 64,
|
20 |
+
"d_inner": 3072,
|
21 |
+
"d_model": 768,
|
22 |
+
"hidden_act": "gelu_new",
|
23 |
+
"hidden_dropout": 0.1,
|
24 |
+
"id2label": {
|
25 |
+
"0": "LABEL_0",
|
26 |
+
"1": "LABEL_1",
|
27 |
+
"2": "LABEL_2"
|
28 |
+
},
|
29 |
+
"initializer_range": 0.1,
|
30 |
+
"initializer_std": null,
|
31 |
+
"label2id": {
|
32 |
+
"LABEL_0": 0,
|
33 |
+
"LABEL_1": 1,
|
34 |
+
"LABEL_2": 2
|
35 |
+
},
|
36 |
+
"layer_norm_eps": 1e-09,
|
37 |
+
"max_position_embeddings": 512,
|
38 |
+
"model_type": "funnel",
|
39 |
+
"n_head": 12,
|
40 |
+
"num_decoder_layers": 2,
|
41 |
+
"pool_q_only": true,
|
42 |
+
"pooling_type": "mean",
|
43 |
+
"rel_attn_type": "factorized",
|
44 |
+
"separate_cls": true,
|
45 |
+
"truncate_seq": true,
|
46 |
+
"type_vocab_size": 3,
|
47 |
+
"vocab_size": 30522
|
48 |
+
}
|