Path2AI commited on
Commit
ed7cd4f
·
verified ·
1 Parent(s): 1a57cab

Update metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +109 -25
metadata.json CHANGED
@@ -1,38 +1,122 @@
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
  }
 
1
  {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataType": {
15
+ "@id": "cr:dataType",
16
+ "@type": "@vocab"
17
+ },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "examples": {
20
+ "@id": "cr:examples",
21
+ "@type": "@json"
22
+ },
23
+ "extract": "cr:extract",
24
+ "field": "cr:field",
25
+ "fileProperty": "cr:fileProperty",
26
+ "fileObject": "cr:fileObject",
27
+ "fileSet": "cr:fileSet",
28
+ "format": "cr:format",
29
+ "includes": "cr:includes",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "recordSet": "cr:recordSet",
37
+ "references": "cr:references",
38
+ "regex": "cr:regex",
39
+ "repeated": "cr:repeated",
40
+ "replace": "cr:replace",
41
+ "sc": "https://schema.org/",
42
+ "separator": "cr:separator",
43
+ "source": "cr:source",
44
+ "subField": "cr:subField",
45
+ "transform": "cr:transform"
46
+ },
47
+ "@type": "sc:Dataset",
48
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
49
  "@id": "https://huggingface.co/datasets/Path2AI/STARC-9",
50
  "name": "STARC-9",
51
+ "description": "STARC-9 is a largescale dataset of 630,000 H&E-stained 256×256px image tiles from colorectal cancer whole-slide scans, labeled across nine clinically relevant tissue types.",
52
  "license": "CC-BY-4.0",
53
  "version": "0.1.0-draft",
54
  "datePublished": "2025-05-15",
55
+ "citeAs": "Anonymous et al. (2025). CRC Tissue Classification Dataset (under review).",
56
  "url": "https://huggingface.co/datasets/Path2AI/STARC-9",
57
+ "distribution": [
58
+ {
59
+ "@type": "cr:FileObject",
60
+ "@id": "repo",
61
+ "name": "repo",
62
+ "description": "The Hugging Face git repository.",
63
+ "contentUrl": "https://huggingface.co/datasets/Path2AI/STARC-9/tree/refs%2Fconvert%2Fparquet",
64
+ "encodingFormat": "git+https",
65
+ "sha256": "INSERT_YOUR_SHA256_CHECKSUM_HERE"
66
+ },
67
  {
68
+ "@type": "cr:FileSet",
69
+ "@id": "parquet-files",
70
+ "name": "parquet-files",
71
+ "description": "Parquet shards generated by the Datasets library.",
72
+ "containedIn": {
73
+ "@id": "repo"
74
+ },
75
+ "encodingFormat": "application/x-parquet",
76
+ "includes": "*/*/*.parquet"
77
  }
78
  ],
79
+ "recordSet": [
 
 
 
 
 
 
 
 
 
 
80
  {
81
+ "@type": "cr:RecordSet",
82
+ "@id": "default",
83
+ "name": "default",
84
+ "description": "Default split of STARC-9.",
85
+ "field": [
86
+ {
87
+ "@type": "cr:Field",
88
+ "@id": "default/image",
89
+ "name": "default/image",
90
+ "description": "Raw tile image bytes.",
91
+ "dataType": "sc:ImageObject",
92
+ "source": {
93
+ "fileSet": {
94
+ "@id": "parquet-files"
95
+ },
96
+ "extract": {
97
+ "column": "image"
98
+ },
99
+ "transform": {
100
+ "jsonPath": "bytes"
101
+ }
102
+ }
103
+ },
104
+ {
105
+ "@type": "cr:Field",
106
+ "@id": "default/label",
107
+ "name": "default/label",
108
+ "description": "Tissue type label index.",
109
+ "dataType": "sc:Integer",
110
+ "source": {
111
+ "fileSet": {
112
+ "@id": "parquet-files"
113
+ },
114
+ "extract": {
115
+ "column": "label"
116
+ }
117
+ }
118
+ }
119
+ ]
120
  }
121
+ ]
 
122
  }