Update config.json
Browse files- 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 |
}
|