Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include isArray and arrayShape #807

Merged
merged 23 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 46 additions & 44 deletions datasets/1.0/huggingface-lmms-eval-lite/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"rai": "http://mlcommons.org/croissant/RAI/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataBiases": "cr:dataBiases",
"dataCollection": "cr:dataCollection",
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"examples": {
"@id": "cr:examples",
"@type": "@json"
},
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
Expand All @@ -30,7 +33,6 @@
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"personalSensitiveInformation": "cr:personalSensitiveInformation",
"recordSet": "cr:recordSet",
"references": "cr:references",
"regex": "cr:regex",
Expand All @@ -43,6 +45,22 @@
"transform": "cr:transform"
},
"@type": "sc:Dataset",
"name": "LMMs-Eval-Lite",
"description": "lmms-lab/LMMs-Eval-Lite dataset hosted on Hugging Face and contributed by the HF Datasets community",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"keywords": [
"1K - 10K",
"parquet",
"Image",
"Text",
"Time-series",
"Datasets",
"Dask",
"Croissant",
"Polars",
"\ud83c\uddfa\ud83c\uddf8 Region: US"
],
"url": "https://huggingface.co/datasets/lmms-lab/LMMs-Eval-Lite",
"distribution": [
{
"@type": "cr:FileObject",
Expand Down Expand Up @@ -244,13 +262,13 @@
"recordSet": [
{
"@type": "cr:RecordSet",
"@id": "ai2d_splits",
"name": "ai2d_splits",
"description": "Splits for the ai2d config.",
"dataType": "cr:Split",
"key": {
"@id": "ai2d_splits/split_name"
},
"@id": "ai2d_splits",
"name": "ai2d_splits",
"description": "Splits for the ai2d config.",
"field": [
{
"@type": "cr:Field",
Expand All @@ -276,6 +294,11 @@
"name": "ai2d/split",
"description": "Split to which the example belongs to.",
"dataType": "sc:Text",
"references": {
"field": {
"@id": "ai2d_splits/split_name"
}
},
"source": {
"fileSet": {
"@id": "parquet-files-for-config-ai2d"
Expand All @@ -286,11 +309,6 @@
"transform": {
"regex": "ai2d/(?:partial-)?(lite)/.+parquet$"
}
},
"references": {
"field": {
"@id": "ai2d_splits/split_name"
}
}
},
{
Expand All @@ -314,15 +332,15 @@
"name": "ai2d/options",
"description": "Column 'options' from the Hugging Face parquet file.",
"dataType": "sc:Text",
"repeated": true,
"source": {
"fileSet": {
"@id": "parquet-files-for-config-ai2d"
},
"extract": {
"column": "options"
}
},
"repeated": true
}
},
{
"@type": "cr:Field",
Expand Down Expand Up @@ -361,13 +379,13 @@
},
{
"@type": "cr:RecordSet",
"@id": "gqa_splits",
"name": "gqa_splits",
"description": "Splits for the gqa config.",
"dataType": "cr:Split",
"key": {
"@id": "gqa_splits/split_name"
},
"@id": "gqa_splits",
"name": "gqa_splits",
"description": "Splits for the gqa config.",
"field": [
{
"@type": "cr:Field",
Expand All @@ -393,6 +411,11 @@
"name": "gqa/split",
"description": "Split to which the example belongs to.",
"dataType": "sc:Text",
"references": {
"field": {
"@id": "gqa_splits/split_name"
}
},
"source": {
"fileSet": {
"@id": "parquet-files-for-config-gqa"
Expand All @@ -403,11 +426,6 @@
"transform": {
"regex": "gqa/(?:partial-)?(lite)/.+parquet$"
}
},
"references": {
"field": {
"@id": "gqa_splits/split_name"
}
}
},
{
Expand Down Expand Up @@ -641,6 +659,7 @@
"@id": "gqa/annotations",
"name": "gqa/annotations",
"description": "Column 'annotations' from the Hugging Face parquet file.",
"repeated": true,
"subField": [
{
"@type": "cr:Field",
Expand Down Expand Up @@ -774,14 +793,14 @@
}
]
}
],
"repeated": true
]
},
{
"@type": "cr:Field",
"@id": "gqa/semantic",
"name": "gqa/semantic",
"description": "Column 'semantic' from the Hugging Face parquet file.",
"repeated": true,
"subField": [
{
"@type": "cr:Field",
Expand Down Expand Up @@ -825,6 +844,7 @@
"name": "gqa/semantic/dependencies",
"description": "Column 'semantic' from the Hugging Face parquet file.",
"dataType": "sc:Integer",
"repeated": true,
"source": {
"fileSet": {
"@id": "parquet-files-for-config-gqa"
Expand All @@ -835,11 +855,9 @@
"transform": {
"jsonPath": "dependencies"
}
},
"repeated": true
}
}
],
"repeated": true
]
},
{
"@type": "cr:Field",
Expand All @@ -858,21 +876,5 @@
}
]
}
],
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "LMMs-Eval-Lite",
"description": "lmms-lab/LMMs-Eval-Lite dataset hosted on Hugging Face and contributed by the HF Datasets community",
"keywords": [
"1K - 10K",
"parquet",
"Image",
"Text",
"Time-series",
"Datasets",
"Dask",
"Croissant",
"Polars",
"🇺🇸 Region: US"
],
"url": "https://huggingface.co/datasets/lmms-lab/LMMs-Eval-Lite"
]
}
52 changes: 27 additions & 25 deletions datasets/1.0/huggingface-open-hermes/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"rai": "http://mlcommons.org/croissant/RAI/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataBiases": "cr:dataBiases",
"dataCollection": "cr:dataCollection",
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"examples": {
"@id": "cr:examples",
"@type": "@json"
},
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
Expand All @@ -30,7 +33,6 @@
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"personalSensitiveInformation": "cr:personalSensitiveInformation",
"recordSet": "cr:recordSet",
"references": "cr:references",
"regex": "cr:regex",
Expand All @@ -43,6 +45,25 @@
"transform": "cr:transform"
},
"@type": "sc:Dataset",
"name": "OpenHermes-2.5",
"description": "\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Card for Dataset Name\n\t\n\nThis is the dataset that made OpenHermes 2.5 and Nous Hermes 2 series of models.\nSupport me on GitHub sponsors <3 : https://github.com/sponsors/teknium1\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Details\n\t\n\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Description\n\t\n\nThe Open Hermes 2/2.5 and Nous Hermes 2 models have made significant advancements of SOTA LLM's over recent months, and are underpinned by this exact compilation and curation of many open source datasets and custom created synthetic\u2026 See the full description on the dataset page: https://huggingface.co/datasets/teknium/OpenHermes-2.5.",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"keywords": [
"English",
"1M - 10M",
"json",
"Text",
"Datasets",
"pandas",
"Croissant",
"Polars",
"\ud83c\uddfa\ud83c\uddf8 Region: US",
"Synthetic",
"GPT-4",
"Distillation",
"Compilation"
],
"url": "https://huggingface.co/datasets/teknium/OpenHermes-2.5",
"distribution": [
{
"@type": "cr:FileObject",
Expand Down Expand Up @@ -243,15 +264,15 @@
"name": "default/hash",
"description": "Column 'hash' from the Hugging Face parquet file.",
"dataType": "sc:Integer",
"repeated": true,
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "hash"
}
},
"repeated": true
}
},
{
"@type": "cr:Field",
Expand Down Expand Up @@ -300,24 +321,5 @@
}
]
}
],
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "OpenHermes-2.5",
"description": "\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Card for Dataset Name\n\t\n\nThis is the dataset that made OpenHermes 2.5 and Nous Hermes 2 series of models.\nSupport me on GitHub sponsors \u003C3 : https://github.com/sponsors/teknium1\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Details\n\t\n\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Description\n\t\n\nThe Open Hermes 2/2.5 and Nous Hermes 2 models have made significant advancements of SOTA LLM's over recent months, and are underpinned by this exact compilation and curation of many open source datasets and custom created synthetic… See the full description on the dataset page: https://huggingface.co/datasets/teknium/OpenHermes-2.5.",
"keywords": [
"English",
"1M - 10M",
"json",
"Text",
"Datasets",
"pandas",
"Croissant",
"Polars",
"🇺🇸 Region: US",
"Synthetic",
"GPT-4",
"Distillation",
"Compilation"
],
"url": "https://huggingface.co/datasets/teknium/OpenHermes-2.5"
]
}
Loading