added model_type
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"env_dim": 7,
|
3 |
-
"num_classes": 3884
|
4 |
"model_type": "bert"
|
5 |
}
|
|
|
1 |
{
|
2 |
"env_dim": 7,
|
3 |
+
"num_classes": 3884,
|
4 |
"model_type": "bert"
|
5 |
}
|