nivashuggingface commited on
Commit
e3e8f0b
·
verified ·
1 Parent(s): 0f05023

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "digit_recognition",
3
+ "architectures": [
4
+ "DigitRecognitionModel"
5
+ ],
6
+ "attention_heads": 1,
7
+ "hidden_size": 32,
8
+ "intermediate_size": 128,
9
+ "num_labels": 10,
10
+ "vocab_size": 784
11
+ }