| license: mit | |
| # RACA-PROJECT-MANIFEST | |
| Central registry of all datasets in the `arushram` organization. | |
| - **Total Datasets Tracked**: 6 | |
| - **Last Updated**: 2026-07-11T05:59:47.836017+00:00 | |
| ## Usage | |
| ```python | |
| from datasets import load_dataset | |
| manifest = load_dataset("arushram/RACA-PROJECT-MANIFEST", split="train") | |
| print(f"Tracking {len(manifest)} datasets") | |
| ``` | |