patrickvonplaten
commited on
Commit
•
f9c16e8
1
Parent(s):
1f6884f
correct config
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,
|
@@ -12,7 +12,7 @@
|
|
12 |
"intermediate_size": 3072,
|
13 |
"layer_norm_eps": 1e-05,
|
14 |
"max_position_embeddings": 514,
|
15 |
-
"model_type": "
|
16 |
"num_attention_heads": 12,
|
17 |
"num_hidden_layers": 12,
|
18 |
"output_past": true,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"CamembertForMaskedLM"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bos_token_id": 0,
|
|
|
12 |
"intermediate_size": 3072,
|
13 |
"layer_norm_eps": 1e-05,
|
14 |
"max_position_embeddings": 514,
|
15 |
+
"model_type": "camembert",
|
16 |
"num_attention_heads": 12,
|
17 |
"num_hidden_layers": 12,
|
18 |
"output_past": true,
|