Upload Notes
This folder is prepared as a Hugging Face dataset repository root.
Recommended Workflow
- Create the dataset repo:
huggingface-cli repo create MARS20 --type dataset
- Upload the prepared release folder:
huggingface-cli upload-large-folder your-username/MARS20 . --repo-type dataset
Run the upload command from inside hf_release/, or replace . with the absolute path to this folder.
Contents
README.md: dataset card with YAML metadatadata/*.parquet: Hub-friendly split filesmetadata/*.json: release statistics and anomaly lists.gitattributes: Git LFS rule forParquet
Before Publishing
- Replace the placeholder
license: otherinREADME.mdif you already know the final public license. - Review the BibTeX entry in
README.mdand update it if you want the exact author list.