-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add conformsTo
field.
#439
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
@@ -14,6 +14,7 @@ | |||
# If this test fails, you probably manually updated a dataset in datasets/. | |||
# Please, use scripts/migrations/migrate.py to migrate datasets. | |||
def jsonld_to_python_to_jsonld(path): | |||
print("DEBUG: open: ", path) |
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.
Remove?
@@ -37,6 +39,7 @@ | |||
}, | |||
"@type": "sc:Dataset", | |||
"name": "bigcode-the-stack", | |||
"conformsTo": "http://mlcommons.org/croissant/1.0", |
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.
Question (for all files): should it be https
instead of http
? (Like ml
)
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.
@marcenacp good question, I don't know... In the specs, it is: "dct:conformsTo" : "http://mlcommons.org/croissant/1.0"
@benjelloun any preference here?
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.
Thanks!
No description provided.