zczhao commited on
Commit
ac94008
·
verified ·
1 Parent(s): c8f5bff

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "simwam",
3
+ "architectures": [
4
+ "SimWAM"
5
+ ],
6
+ "framework": "pytorch"
7
+ }