# Upload Notes This folder is prepared as a Hugging Face dataset repository root. ## Recommended Workflow 1. Create the dataset repo: ```bash huggingface-cli repo create MARS20 --type dataset ``` 2. Upload the prepared release folder: ```bash 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 metadata - `data/*.parquet`: Hub-friendly split files - `metadata/*.json`: release statistics and anomaly lists - `.gitattributes`: Git LFS rule for `Parquet` ## Before Publishing - Replace the placeholder `license: other` in `README.md` if you already know the final public license. - Review the BibTeX entry in `README.md` and update it if you want the exact author list.