Revert "config.json: updated to sequence classification"
Browse filesThis reverts commit f869bbfdb4222ae1b918b09ec6e7e899d878fcd3.
- config.json +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-multilingual-uncased",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"directionality": "bidi",
|
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-multilingual-uncased",
|
3 |
"architectures": [
|
4 |
+
"BertForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"directionality": "bidi",
|