Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -4,5 +4,6 @@
|
|
4 |
"dependencies": [
|
5 |
"numpy",
|
6 |
"pandas"
|
7 |
-
]
|
|
|
8 |
}
|
|
|
4 |
"dependencies": [
|
5 |
"numpy",
|
6 |
"pandas"
|
7 |
+
],
|
8 |
+
"model_type": "bert"
|
9 |
}
|