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