Upload wsinfer-zoo-registry.json
Browse files- wsinfer-zoo-registry.json +34 -0
wsinfer-zoo-registry.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"models": {
|
3 |
+
"pancancer-lymphocytes-inceptionv4.tcga": {
|
4 |
+
"description": "Pancancer lymphocytes",
|
5 |
+
"hf_repo_id": "kaczmarj/pancancer-lymphocytes-inceptionv4.tcga",
|
6 |
+
"hf_revision": "main"
|
7 |
+
},
|
8 |
+
"breast-tumor-resnet34.tcga-brca": {
|
9 |
+
"description": "Breast tumor",
|
10 |
+
"hf_repo_id": "kaczmarj/breast-tumor-resnet34.tcga-brca",
|
11 |
+
"hf_revision": "main"
|
12 |
+
},
|
13 |
+
"lung-tumor-resnet34.tcga-luad": {
|
14 |
+
"description": "Lung tumor",
|
15 |
+
"hf_repo_id": "kaczmarj/lung-tumor-resnet34.tcga-luad",
|
16 |
+
"hf_revision": "main"
|
17 |
+
},
|
18 |
+
"prostate-tumor-resnet34.tcga-prad": {
|
19 |
+
"description": "Prostate tumor",
|
20 |
+
"hf_repo_id": "kaczmarj/prostate-tumor-resnet34.tcga-prad",
|
21 |
+
"hf_revision": "main"
|
22 |
+
},
|
23 |
+
"lymphnodes-tiatoolbox-resnet50.patchcamelyon": {
|
24 |
+
"description": "Lymph node metastasis (PatchCamelyon)",
|
25 |
+
"hf_repo_id": "kaczmarj/lymphnodes-tiatoolbox-resnet50.patchcamelyon",
|
26 |
+
"hf_revision": "main"
|
27 |
+
},
|
28 |
+
"colorectal-tiatoolbox-resnet50.kather100k": {
|
29 |
+
"description": "Colorectal cancer tissue classification (Kather100K)",
|
30 |
+
"hf_repo_id": "kaczmarj/colorectal-tiatoolbox-resnet50.kather100k",
|
31 |
+
"hf_revision": "main"
|
32 |
+
}
|
33 |
+
}
|
34 |
+
}
|