Upload config.json with huggingface_hub
Browse files- config.json +13 -4
config.json
CHANGED
@@ -1,12 +1,21 @@
|
|
1 |
{
|
|
|
|
|
2 |
"input_shape": [
|
3 |
180,
|
4 |
180,
|
5 |
1
|
6 |
],
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
}
|
12 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "custom",
|
3 |
+
"num_labels": 7,
|
4 |
"input_shape": [
|
5 |
180,
|
6 |
180,
|
7 |
1
|
8 |
],
|
9 |
+
"preprocessing": {
|
10 |
+
"mean": [
|
11 |
+
0.5118834,
|
12 |
+
0.5118834,
|
13 |
+
0.5118834
|
14 |
+
],
|
15 |
+
"std": [
|
16 |
+
0.25525132,
|
17 |
+
0.25525132,
|
18 |
+
0.25525132
|
19 |
+
]
|
20 |
}
|
21 |
}
|