Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -54,30 +54,4 @@ configs:
|
|
| 54 |
|
| 55 |
# StreamingOmniDatasets v0.3 Quality Hardened
|
| 56 |
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
Raw media is not universally redistributed. Each row declares one `metadata.media_access` strategy: upstream reconstruction for restricted Seamless Interaction derivatives, or deterministic generation for synthetic speech/OCR assets. See [docs/MEDIA_RECONSTRUCTION.md](docs/MEDIA_RECONSTRUCTION.md).
|
| 60 |
-
|
| 61 |
-
## Loading
|
| 62 |
-
|
| 63 |
-
```python
|
| 64 |
-
from datasets import load_dataset
|
| 65 |
-
|
| 66 |
-
ds = load_dataset(
|
| 67 |
-
"skyzhou06/StreamingOmniDatasets",
|
| 68 |
-
"ProactiveAVInteraction",
|
| 69 |
-
split="train",
|
| 70 |
-
)
|
| 71 |
-
print(ds[0]["timeline"], ds[0]["interaction_policy"])
|
| 72 |
-
```
|
| 73 |
-
|
| 74 |
-
## Integrity and limitations
|
| 75 |
-
|
| 76 |
-
- Training lineage excludes the benchmark banlist documented in `docs/SOURCE_PROVENANCE.md`.
|
| 77 |
-
- Seamless Interaction-derived data retains the CC BY-NC 4.0 non-commercial restriction; the repository uses `license: other` because sources differ.
|
| 78 |
-
- Qwen2.5-VL annotations are accepted only after direct or safely repaired JSON parsing and schema validation; final statistics are in `docs/V0_3_RELEASE_NOTES.md`.
|
| 79 |
-
- WhisperX timestamps are segment-level, not word-level.
|
| 80 |
-
- OCR assets in this hardened release are deterministic generated examples with generator ground truth; they are not represented as real OCR-model detections or verified public-sign photographs.
|
| 81 |
-
- Agent review is not human review. Human-review CSV/JSONL artifacts are provided separately in the project outputs.
|
| 82 |
-
|
| 83 |
-
See `docs/SCHEMA.md`, `docs/INTERNAL_SFT_USAGE.md`, `docs/LICENSE_AND_PROVENANCE_MATRIX.md`, and `docs/LIMITATIONS.md`.
|
|
|
|
| 54 |
|
| 55 |
# StreamingOmniDatasets v0.3 Quality Hardened
|
| 56 |
|
| 57 |
+
Canonical Parquet schemas, 950 train / 50 eval per config.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|