Mxytyu commited on
Commit
14740fc
1 Parent(s): a03bb45

Create config.json

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