Caplin43 commited on
Commit
4d94dd3
·
verified ·
1 Parent(s): 82af3f8

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "NeoBot-Core-v1",
3
+ "framework": "pytorch",
4
+ "architecture": "tiny_transformer",
5
+ "hidden_size": 128,
6
+ "num_layers": 3,
7
+ "num_heads": 2,
8
+ "image_size": 224,
9
+ "audio_sample_rate": 16000
10
+ }