Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|