Update config.json
Browse files- config.json +6 -5
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "PramaLLC/BEN",
|
3 |
-
"architectures": ["PramaBEN_Base"],
|
4 |
-
"version": "1.0",
|
5 |
-
"torch_dtype": "float32"
|
|
|
6 |
}
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "PramaLLC/BEN",
|
3 |
+
"architectures": ["PramaBEN_Base"],
|
4 |
+
"version": "1.0",
|
5 |
+
"torch_dtype": "float32",
|
6 |
+
"model_type": "BEN_Base"
|
7 |
}
|