Datasets:
Upload classes.json with huggingface_hub
Browse files- classes.json +43 -0
classes.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"classes": {
|
| 3 |
+
"0": "unannotated",
|
| 4 |
+
"1": "Bone",
|
| 5 |
+
"2": "Cartilage",
|
| 6 |
+
"3": "Dermis",
|
| 7 |
+
"4": "Epidermis",
|
| 8 |
+
"5": "Subcutis",
|
| 9 |
+
"6": "Inflamm/Necrosis",
|
| 10 |
+
"7": "Melanoma",
|
| 11 |
+
"8": "Plasmacytoma",
|
| 12 |
+
"9": "Mast Cell Tumor",
|
| 13 |
+
"10": "PNST",
|
| 14 |
+
"11": "SCC",
|
| 15 |
+
"12": "Trichoblastoma",
|
| 16 |
+
"13": "Histiocytoma"
|
| 17 |
+
},
|
| 18 |
+
"tumor_ids": [
|
| 19 |
+
7,
|
| 20 |
+
8,
|
| 21 |
+
9,
|
| 22 |
+
10,
|
| 23 |
+
11,
|
| 24 |
+
12,
|
| 25 |
+
13
|
| 26 |
+
],
|
| 27 |
+
"tissue_ids": [
|
| 28 |
+
1,
|
| 29 |
+
2,
|
| 30 |
+
3,
|
| 31 |
+
4,
|
| 32 |
+
5,
|
| 33 |
+
6
|
| 34 |
+
],
|
| 35 |
+
"ignore_id": 0,
|
| 36 |
+
"rare_ids_excluded_by_authors": [
|
| 37 |
+
1,
|
| 38 |
+
2
|
| 39 |
+
],
|
| 40 |
+
"mpp": 4.05,
|
| 41 |
+
"source_mpp": 0.2533,
|
| 42 |
+
"pyramid_level": 2
|
| 43 |
+
}
|