arushram's picture
Upload README.md with huggingface_hub
0d397a6 verified
|
Raw
History Blame Contribute Delete
376 Bytes
---
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")
```