🥐 Croissant Validator for NeurIPS
Upload your Croissant JSON-LD file or enter a URL to validate if it meets the requirements for NeurIPS submission. Read more about why this is required..
It doesn't matter where your dataset is hosted. It can be Hugging Face, Kaggle, OpenML, Harvard Dataverse, self-hosted, or elsewhere.
The validator will check:
- If the file is valid JSON
- If it passes Croissant schema validation
- If records can be generated within a reasonable time
Ready for upload
Learn more about Croissant.
⚠️ It is possible that this validator is currently being used by a lot of people at the same time, which may trigger rate limiting by the platform hosting your data.
The app will then try again and may get into a very long loop. If it takes too long to run, we recommend using any of the following options:
- 🔁 Click the button with the three dots (⋯) above and select "Duplicate this Space" to run this app in your own Hugging Face space.
- 💻 Click the button with the three dots (⋯) above and select "Run Locally" and then "Clone (git)" to get instructions to run the checker locally. You can also use docker option (you don't need the tokens).
- 🥐 Run the Croissant validation code yourself (GitHub), e.g. with these scripts (validate and load).