Upload labels.json with huggingface_hub
Browse files- labels.json +9 -0
labels.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels": [
|
| 3 |
+
"background",
|
| 4 |
+
"tumor"
|
| 5 |
+
],
|
| 6 |
+
"in_dim": 768,
|
| 7 |
+
"n_classes": 2,
|
| 8 |
+
"batch": "dynamic"
|
| 9 |
+
}
|