Datasets:
Update metadata.json
Browse files- metadata.json +38 -0
metadata.json
CHANGED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"@context": [
|
3 |
+
"https://schema.org/",
|
4 |
+
"https://raw.githubusercontent.com/mlcommons/croissant/main/context.jsonld"
|
5 |
+
],
|
6 |
+
"@id": "https://huggingface.co/datasets/Path2AI/STARC-9",
|
7 |
+
"name": "STARC-9",
|
8 |
+
"description": "A Large-scale dataset for Multi‐class Tissue Classification for Colorectal Cancer Histopathology.",
|
9 |
+
"license": "CC-BY-4.0",
|
10 |
+
"version": "0.1.0-draft",
|
11 |
+
"datePublished": "2025-05-15",
|
12 |
+
"citeAs": "Anonymous et al. (2025). A Large-scale dataset for Multi‐class Tissue Classification for Colorectal Cancer Histopathology (under review).",
|
13 |
+
"url": "https://huggingface.co/datasets/Path2AI/STARC-9",
|
14 |
+
"resources": [
|
15 |
+
{
|
16 |
+
"@type": "DatasetDistribution",
|
17 |
+
"contentUrl": "https://huggingface.co/datasets/Path2AI/STARC-9/resolve/main/STANFORD-TCGA-CRC-HE-20K-NORMALIZED.zip",
|
18 |
+
"encodingFormat": "application/zip"
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"structure": {
|
22 |
+
"@type": "Dataset",
|
23 |
+
"hasPart": [
|
24 |
+
{
|
25 |
+
"@type": "DataDownload",
|
26 |
+
"name": "STARC-9.zip",
|
27 |
+
"encodingFormat": "application/zip"
|
28 |
+
}
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"splits": [
|
32 |
+
{
|
33 |
+
"name": "all",
|
34 |
+
"recordSet": "default"
|
35 |
+
}
|
36 |
+
],
|
37 |
+
"mlTask": "ImageClassification"
|
38 |
+
}
|