Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"activation_dropout": 0.1,
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"bos_token_id": 2,
|
@@ -30,7 +30,7 @@
|
|
30 |
},
|
31 |
"max_length": 256,
|
32 |
"max_position_embeddings": 512,
|
33 |
-
"model_type": "prophetnet",
|
34 |
"ngram": 2,
|
35 |
"num_buckets": 32,
|
36 |
"num_decoder_attention_heads": 16,
|
@@ -50,4 +50,4 @@
|
|
50 |
}
|
51 |
},
|
52 |
"vocab_size": 250012
|
53 |
-
}
|
|
|
2 |
"activation_dropout": 0.1,
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
+
"XLMProphetNetForConditionalGeneration"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"bos_token_id": 2,
|
|
|
30 |
},
|
31 |
"max_length": 256,
|
32 |
"max_position_embeddings": 512,
|
33 |
+
"model_type": "xlm-prophetnet",
|
34 |
"ngram": 2,
|
35 |
"num_buckets": 32,
|
36 |
"num_decoder_attention_heads": 16,
|
|
|
50 |
}
|
51 |
},
|
52 |
"vocab_size": 250012
|
53 |
+
}
|