Create config.json
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "bert-roberta-merged",
|
3 |
+
"vocab_size": 30522,
|
4 |
+
"hidden_size": 768,
|
5 |
+
"num_attention_heads": 12,
|
6 |
+
"num_hidden_layers": 12,
|
7 |
+
"pad_token_id": 0,
|
8 |
+
"eos_token_id": 2
|
9 |
+
}
|