Fadri commited on
Commit
0b738ee
·
verified ·
1 Parent(s): 1400741

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -8
config.json CHANGED
@@ -1,14 +1,6 @@
1
  {
2
- // Name deiner Klasse, wenn du willst
3
  "architectures": ["MNISTModel"],
4
-
5
- // Damit HF weiß, mit welchem Pipeline-Typ es das zu tun hat
6
- // Hier nehmen wir “image-classification”
7
  "model_type": "image-classification",
8
-
9
- // Anzahl der Output-Klassen in deinem CNN
10
  "num_labels": 10,
11
-
12
- // Optional: weitere Infos, z.B. Input-Formate
13
  "image_size": [28, 28]
14
  }
 
1
  {
 
2
  "architectures": ["MNISTModel"],
 
 
 
3
  "model_type": "image-classification",
 
 
4
  "num_labels": 10,
 
 
5
  "image_size": [28, 28]
6
  }