Update config.json
Browse files- config.json +4 -8
config.json
CHANGED
|
@@ -3,24 +3,20 @@
|
|
| 3 |
"RobertaForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
-
"
|
|
|
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 1024,
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"intermediate_size": 4096,
|
| 12 |
-
"is_decoder": false,
|
| 13 |
"layer_norm_eps": 1e-05,
|
| 14 |
"max_position_embeddings": 514,
|
|
|
|
| 15 |
"num_attention_heads": 16,
|
| 16 |
"num_hidden_layers": 24,
|
| 17 |
-
"num_labels": 2,
|
| 18 |
-
"output_attentions": false,
|
| 19 |
-
"output_hidden_states": false,
|
| 20 |
"output_past": true,
|
| 21 |
-
"
|
| 22 |
-
"torchscript": false,
|
| 23 |
"type_vocab_size": 1,
|
| 24 |
-
"use_bfloat16": false,
|
| 25 |
"vocab_size": 50265
|
| 26 |
}
|
|
|
|
| 3 |
"RobertaForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"eos_token_id": 2,
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
"hidden_dropout_prob": 0.1,
|
| 10 |
"hidden_size": 1024,
|
| 11 |
"initializer_range": 0.02,
|
| 12 |
"intermediate_size": 4096,
|
|
|
|
| 13 |
"layer_norm_eps": 1e-05,
|
| 14 |
"max_position_embeddings": 514,
|
| 15 |
+
"model_type": "roberta",
|
| 16 |
"num_attention_heads": 16,
|
| 17 |
"num_hidden_layers": 24,
|
|
|
|
|
|
|
|
|
|
| 18 |
"output_past": true,
|
| 19 |
+
"pad_token_id": 1,
|
|
|
|
| 20 |
"type_vocab_size": 1,
|
|
|
|
| 21 |
"vocab_size": 50265
|
| 22 |
}
|