Commit ·
fe64c0a
1
Parent(s): 6890536
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": "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 |
"num_decoder_layers": 3,
|
| 20 |
"num_heads": 64,
|
| 21 |
"num_layers": 24,
|
|
|
|
| 11 |
"dropout_rate": 0.1,
|
| 12 |
"eos_token_id": 1,
|
| 13 |
"feed_forward_proj": "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 |
+
"label2id": {
|
| 22 |
+
"false": 0,
|
| 23 |
+
"true": 1
|
| 24 |
+
},
|
| 25 |
"layer_norm_epsilon": 1e-06,
|
| 26 |
"model_type": "t5",
|
| 27 |
+
"n_class": 2,
|
| 28 |
"num_decoder_layers": 3,
|
| 29 |
"num_heads": 64,
|
| 30 |
"num_layers": 24,
|