Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"bos_token_id": 0,
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"intermediate_size": 3072,
|
| 15 |
"layer_norm_eps": 1e-12,
|
| 16 |
"max_position_embeddings": 514,
|
| 17 |
-
"model_type": "
|
| 18 |
"num_attention_heads": 12,
|
| 19 |
"num_hidden_layers": 12,
|
| 20 |
"pad_token_id": 1,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"RobertaForMaskedLM"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"bos_token_id": 0,
|
|
|
|
| 14 |
"intermediate_size": 3072,
|
| 15 |
"layer_norm_eps": 1e-12,
|
| 16 |
"max_position_embeddings": 514,
|
| 17 |
+
"model_type": "roberta",
|
| 18 |
"num_attention_heads": 12,
|
| 19 |
"num_hidden_layers": 12,
|
| 20 |
"pad_token_id": 1,
|