-
Notifications
You must be signed in to change notification settings - Fork 94
Catch up the v1.1 dataset files to match the latest context in rdf.py #953
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
base: main
Are you sure you want to change the base?
Conversation
This change should not update anything else except context, and may reorder a few things.
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
| "arrayShape": "-1,-1,-1", | ||
| "dataType": "sc:Float", | ||
| "isArray": true, | ||
| "arrayShape": "-1,-1,-1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: It makes more sense to keep the arrayShape property right after isArray.
| "@id": "default/observation.state", | ||
| "name": "default/observation.state", | ||
| "description": "Column 'observation.state' from the Hugging Face parquet file.", | ||
| "arrayShape": "19", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I think the most meaningful order is dataType, isArray, arrayShape.
| "@id": "default/action", | ||
| "name": "default/action", | ||
| "description": "Column 'action' from the Hugging Face parquet file.", | ||
| "arrayShape": "19", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above.
| "@id": "default/steps", | ||
| "name": "default/steps", | ||
| "description": "Column 'steps' from the Hugging Face parquet file.", | ||
| "arrayShape": "-1,-1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
|
Hi @SujataSaurabh , thank you for your contribution! In any case, I think it would make sense to wait to update the 1.1 datasets until we are sure that nothing else is going to change in the 1.1 specs... |
This change should not update anything else except context, and may reorder a few things. This is a first step towards #876