Update config.json
Browse files- config.json +1 -3
config.json
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"BertModel"
|
| 4 |
-
],
|
| 5 |
"model_type": "bert",
|
| 6 |
"torch_dtype": "float32",
|
| 7 |
"transformers_version": "4.40.0"
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["BertModel"],
|
|
|
|
|
|
|
| 3 |
"model_type": "bert",
|
| 4 |
"torch_dtype": "float32",
|
| 5 |
"transformers_version": "4.40.0"
|