Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"_num_labels": 2,
|
4 |
"activation": "gelu",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
"dim": 768,
|
@@ -20,7 +20,7 @@
|
|
20 |
},
|
21 |
"max_length": 512,
|
22 |
"max_position_embeddings": 512,
|
23 |
-
"model_type": "
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
"pad_token_id": 0,
|
|
|
3 |
"_num_labels": 2,
|
4 |
"activation": "gelu",
|
5 |
"architectures": [
|
6 |
+
"julienForSequenceClassification"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
"dim": 768,
|
|
|
20 |
},
|
21 |
"max_length": 512,
|
22 |
"max_position_embeddings": 512,
|
23 |
+
"model_type": "julien",
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
"pad_token_id": 0,
|