monsoon-nlp
commited on
Commit
•
0290302
1
Parent(s):
2c4e641
switch to BertForMaskedLM
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"embedding_size": 768,
|
6 |
"model_type": "bert",
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"BertForMaskedLM"
|
4 |
],
|
5 |
"embedding_size": 768,
|
6 |
"model_type": "bert",
|