Vivien Chappelier
commited on
Commit
•
b747147
1
Parent(s):
c73c8e0
restore single label
Browse files- config.json +6 -1
config.json
CHANGED
@@ -18,6 +18,12 @@
|
|
18 |
256,
|
19 |
512
|
20 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
"layer_type": "basic",
|
22 |
"model_type": "resnet",
|
23 |
"num_channels": 3,
|
@@ -35,6 +41,5 @@
|
|
35 |
"stage4"
|
36 |
],
|
37 |
"torch_dtype": "float32",
|
38 |
-
"problem_type": "regression",
|
39 |
"transformers_version": "4.30.2"
|
40 |
}
|
|
|
18 |
256,
|
19 |
512
|
20 |
],
|
21 |
+
"id2label": {
|
22 |
+
"0": "LABEL_0"
|
23 |
+
},
|
24 |
+
"label2id": {
|
25 |
+
"LABEL_0": 0
|
26 |
+
},
|
27 |
"layer_type": "basic",
|
28 |
"model_type": "resnet",
|
29 |
"num_channels": 3,
|
|
|
41 |
"stage4"
|
42 |
],
|
43 |
"torch_dtype": "float32",
|
|
|
44 |
"transformers_version": "4.30.2"
|
45 |
}
|