Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,49 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
features:
|
| 4 |
-
- name: dataset_name
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: script_name
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: model
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: hyperparameters
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: input_datasets
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: description
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: tags
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: custom_metadata
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: updated
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: experiment_id
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: run_id
|
| 25 |
-
dtype: 'null'
|
| 26 |
-
- name: artifact_type
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: visualizer_type
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: artifact_group
|
| 31 |
-
dtype: 'null'
|
| 32 |
-
- name: parent_artifact
|
| 33 |
-
dtype: 'null'
|
| 34 |
-
- name: size_bytes
|
| 35 |
-
dtype: int64
|
| 36 |
-
- name: created
|
| 37 |
-
dtype: string
|
| 38 |
-
splits:
|
| 39 |
-
- name: train
|
| 40 |
-
num_bytes: 380
|
| 41 |
-
num_examples: 1
|
| 42 |
-
download_size: 8523
|
| 43 |
-
dataset_size: 380
|
| 44 |
-
configs:
|
| 45 |
-
- config_name: default
|
| 46 |
-
data_files:
|
| 47 |
-
- split: train
|
| 48 |
-
path: data/train-*
|
| 49 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# RACA-PROJECT-MANIFEST
|
| 6 |
+
|
| 7 |
+
Central registry of all datasets in the `TAUR-dev` organization.
|
| 8 |
+
|
| 9 |
+
- **Total Datasets Tracked**: 1
|
| 10 |
+
- **Last Updated**: 2026-04-07T02:41:57.963652+00:00
|
| 11 |
+
|
| 12 |
+
## Usage
|
| 13 |
+
|
| 14 |
+
```python
|
| 15 |
+
from datasets import load_dataset
|
| 16 |
+
|
| 17 |
+
manifest = load_dataset("TAUR-dev/RACA-PROJECT-MANIFEST", split="train")
|
| 18 |
+
print(f"Tracking {len(manifest)} datasets")
|
| 19 |
+
```
|
| 20 |
+
|