charlesxsh commited on
Commit
72e2faf
·
1 Parent(s): 2c55a32

add config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 128,
3
+ "model_type": "custom-model",
4
+ "architectures": ["CustomModel"]
5
+ }