PeacebinfLow/mindseye-ledger-pet-explorer
2
MindsEye Dataset Admin Console
This Space:
Queries HF Dataset Server for splits/configs and first rows
Uploads a CSV delta and commits it into your dataset repo under data/uploads/
Required secret
Go to your Space:
Settings → Secrets → New secret
Name: HF_TOKEN
Value: your Hugging Face access token
The app reads it via os.getenv("HF_TOKEN").
Notes
If your dataset is gated, your token must have access. If the dataset fails Parquet conversion, you likely need multiple configurations (e.g. nodes and runs) so HF doesn’t try to cast them into one schema.
