juba7 commited on
Commit
b1cb535
·
verified ·
1 Parent(s): dff72af

Add model_type for ONNX conversion

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -3,4 +3,5 @@
3
  "architectures": ["PramaBEN_Base"],
4
  "version": "1.0",
5
  "torch_dtype": "float32"
 
6
  }
 
3
  "architectures": ["PramaBEN_Base"],
4
  "version": "1.0",
5
  "torch_dtype": "float32"
6
+ "model_type": "BEN_Base",
7
  }