AntoineBlanot
commited on
Commit
•
7e5899c
1
Parent(s):
46a1bb4
Update config.json
Browse files- config.json +9 -0
config.json
CHANGED
@@ -11,11 +11,20 @@
|
|
11 |
"dropout_rate": 0.1,
|
12 |
"eos_token_id": 1,
|
13 |
"feed_forward_proj": "gated-gelu",
|
|
|
|
|
|
|
|
|
14 |
"initializer_factor": 1.0,
|
15 |
"is_encoder_decoder": true,
|
16 |
"is_gated_act": true,
|
|
|
|
|
|
|
|
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
"model_type": "t5",
|
|
|
19 |
"n_positions": 512,
|
20 |
"num_decoder_layers": 24,
|
21 |
"num_heads": 16,
|
|
|
11 |
"dropout_rate": 0.1,
|
12 |
"eos_token_id": 1,
|
13 |
"feed_forward_proj": "gated-gelu",
|
14 |
+
"id2label": {
|
15 |
+
"0": "false",
|
16 |
+
"1": "true"
|
17 |
+
},
|
18 |
"initializer_factor": 1.0,
|
19 |
"is_encoder_decoder": true,
|
20 |
"is_gated_act": true,
|
21 |
+
"id2label": {
|
22 |
+
"0": "false",
|
23 |
+
"1": "true"
|
24 |
+
},
|
25 |
"layer_norm_epsilon": 1e-06,
|
26 |
"model_type": "t5",
|
27 |
+
"n_class": 2,
|
28 |
"n_positions": 512,
|
29 |
"num_decoder_layers": 24,
|
30 |
"num_heads": 16,
|