SmartQHSE commited on
Commit
59d1967
·
verified ·
1 Parent(s): 191656e

metadata: add Croissant 1.0 ML dataset descriptor

Browse files

Adds croissant.json (mlcommons.org/croissant/1.0) for ML pipeline + LLM training discoverability

Files changed (1) hide show
  1. croissant.json +91 -0
croissant.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "data": {
10
+ "@id": "cr:data",
11
+ "@type": "@json"
12
+ },
13
+ "dataType": {
14
+ "@id": "cr:dataType",
15
+ "@type": "@vocab"
16
+ },
17
+ "dct": "http://purl.org/dc/terms/",
18
+ "examples": {
19
+ "@id": "cr:examples",
20
+ "@type": "@json"
21
+ },
22
+ "extract": "cr:extract",
23
+ "field": "cr:field",
24
+ "fileProperty": "cr:fileProperty",
25
+ "fileObject": "cr:fileObject",
26
+ "fileSet": "cr:fileSet",
27
+ "format": "cr:format",
28
+ "includes": "cr:includes",
29
+ "isLiveDataset": "cr:isLiveDataset",
30
+ "jsonPath": "cr:jsonPath",
31
+ "key": "cr:key",
32
+ "md5": "cr:md5",
33
+ "parentField": "cr:parentField",
34
+ "path": "cr:path",
35
+ "recordSet": "cr:recordSet",
36
+ "references": "cr:references",
37
+ "regex": "cr:regex",
38
+ "repeated": "cr:repeated",
39
+ "replace": "cr:replace",
40
+ "sc": "https://schema.org/",
41
+ "separator": "cr:separator",
42
+ "source": "cr:source",
43
+ "subField": "cr:subField",
44
+ "transform": "cr:transform"
45
+ },
46
+ "@type": "sc:Dataset",
47
+ "name": "HSE Incident Rate Formulas Reference",
48
+ "description": "Reference dataset of standard occupational-safety incident-rate formulas (TRIR, LTIFR, DART, AFR, Severity, TRIFR, LTIR) with multipliers, sources, examples, benchmarks.",
49
+ "url": "https://huggingface.co/datasets/SmartQHSE/hse-incident-rate-formulas",
50
+ "sameAs": [
51
+ "https://huggingface.co/datasets/SmartQHSE/hse-incident-rate-formulas"
52
+ ],
53
+ "license": "https://creativecommons.org/licenses/by/4.0/",
54
+ "creator": {
55
+ "@type": "Organization",
56
+ "name": "SmartQHSE Ltd",
57
+ "url": "https://www.smartqhse.com"
58
+ },
59
+ "publisher": {
60
+ "@type": "Organization",
61
+ "name": "SmartQHSE Ltd",
62
+ "url": "https://www.smartqhse.com"
63
+ },
64
+ "datePublished": "2026-05-03",
65
+ "dateModified": "2026-05-08",
66
+ "version": "1.0",
67
+ "keywords": [
68
+ "TRIR",
69
+ "LTIFR",
70
+ "DART",
71
+ "AFR",
72
+ "formulas",
73
+ "incident rate",
74
+ "OSHA",
75
+ "ILO"
76
+ ],
77
+ "inLanguage": "en",
78
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
79
+ "citeAs": "SmartQHSE Ltd (2026). HSE Incident Rate Formulas Reference [dataset]. https://huggingface.co/datasets/SmartQHSE/hse-incident-rate-formulas",
80
+ "isLiveDataset": false,
81
+ "distribution": [
82
+ {
83
+ "@type": "cr:FileObject",
84
+ "@id": "data-jsonl",
85
+ "name": "data.jsonl",
86
+ "contentUrl": "https://huggingface.co/datasets/SmartQHSE/hse-incident-rate-formulas/resolve/main/data.jsonl",
87
+ "encodingFormat": "application/jsonl",
88
+ "sha256": "computed-by-huggingface"
89
+ }
90
+ ]
91
+ }