jlw1491625
commited on
Commit
•
d02631f
1
Parent(s):
a12ff24
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
|
|
2 |
"dropout_rate": 0.1,
|
3 |
"num_labels": 2,
|
4 |
"pretrained_model_name": "bert-base-uncased"
|
5 |
-
}
|
|
|
1 |
{
|
2 |
+
"model_type": "bert",
|
3 |
"dropout_rate": 0.1,
|
4 |
"num_labels": 2,
|
5 |
"pretrained_model_name": "bert-base-uncased"
|
6 |
+
}
|